Ignore:
Timestamp:
01/31/2006 04:24:01 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4677cbc
Parents:
1080241
Message:

Removed the piping of 'yes' commands from the installation of the packages containing Sun license agreements (JDK binary, FOP and FreeTTS) and instead provided a note to reference the text about automating builds

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5616 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/freetts.xml

    r1080241 rd4277d4  
    110110    -x {META-INF/*,freetts-&freetts-version;/{acknowledgments.txt,license.terms}}</userinput></screen>
    111111
     112    <tip>
     113      <para>The <command>sh jsapi.sh</command> command below installs the Java
     114      Speech API components into the <application>FreeTTS</application> source
     115      tree. You will be required to view, and then accept (by entering a
     116      <keycap>y</keycap> keypress), a license agreement before the installation
     117      will continue. If you are scripting (automating) the build, you'll need
     118      to account for this. There is information about automating build commands
     119      in the <xref linkend="automating-builds"/> section of Chapter 2. Towards
     120      the end of this section, specific information for automating this type of
     121      installation is discussed.</para>
     122    </tip>
     123
    112124    <para>Install <application>FreeTTS</application> by running the following
    113125    commands:</para>
    114126
    115127<screen><userinput>cd lib &amp;&amp;
    116 yes | sh jsapi.sh &amp;&amp;
     128sh jsapi.sh &amp;&amp;
    117129cd .. &amp;&amp;
    118130ant</userinput></screen>
     
    151163    <title>Command Explanations</title>
    152164
    153     <para><command>yes | sh jsapi.sh</command>: This command installs the
    154     <application>Java Speech API</application> into the
    155     <application>FreeTTS</application> source tree. <command>yes</command>
    156     is piped so that this command can be scripted and will automatically
    157     agree to the JSAPI license terms. You can view the license you are
    158     agreeing to at
    159     <ulink url="&files-anduin;/jsapi-license.txt"/>.</para>
     165    <para><command>sh jsapi.sh</command>: This command installs the
     166    <application>Java Speech API</application> components into the
     167    <application>FreeTTS</application> source tree.</para>
    160168
    161169    <para><command>ant</command>: <application>FreeTTS</application> uses the
Note: See TracChangeset for help on using the changeset viewer.