Ignore:
Timestamp:
08/27/2014 01:15:54 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f1d40b
Parents:
958e2ad
Message:

Try to clarify the environment requirements for building Icedtea/OpenJDK

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r958e2ad r88b2f2ef  
    365365<screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-fix_tests-1.patch</userinput></screen>
    366366
     367    <note>
     368      <para>
     369         Before proceeding, you should ensure that your environment is
     370         properly set for building <application>OpenJDK</application>. First,
     371         review the content of the <envar>ANT_HOME</envar> variable.
     372         Second, the <envar>PATH</envar> variable should contain the paths to
     373         the <command>java</command> and <command>ant</command> executables.
     374         Last, the <envar>CLASSPATH</envar> variable should be set as
     375         explained on the <xref linkend="java"/> and <xref linkend="junit"/>
     376         pages.
     377       </para>
     378    </note>
    367379    <para>Configure and build the package with the following commands
    368380    (--with-pkgversion and --with-version-suffix values can be modified to fit
     
    442454    <para>The choice of pt_BR is just an example. You can add any translation
    443455    by adding lines corresponding to your locale, e.g. for fr_FR,
    444     "Name[fr_FR]=" and "Comment[fr_FR]=" with the appropriate text as
    445     values.</para>
     456    <quote>Name[fr_FR]=</quote> and <quote>Comment[fr_FR]=</quote> with the
     457    appropriate text as values.</para>
    446458
    447459  </sect2>
Note: See TracChangeset for help on using the changeset viewer.