Changeset bdcf1a4
- Timestamp:
- 08/17/2002 09:46:03 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.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, gimp3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1cc8e0f
- Parents:
- b82f8bc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/dhcpcd/dhcpcd-inst.xml
rb82f8bc rbdcf1a4 1 1 <sect2> 2 2 <title>Installation of dhcpcd</title> 3 4 <para>Before installing dhcpcd, you need to download <filename>dhcpcd-1.3.22-pl1.patch.bz2</filename> from <ulink url="&file-root;"/> and decompress it to your source directory.</para> 3 5 4 6 <para>Install dhcpcd by running the following commands:</para> -
general/prog/gcc/gcc-exp.xml
rb82f8bc rbdcf1a4 18 18 are removing Ada, use the separate installation instructions below.</para> 19 19 20 <para><userinput>-- enable shared --enable-threads=posi c20 <para><userinput>-- enable shared --enable-threads=posix 21 21 --enable-__cxa_atexit :</userinput> These commands are required to build 22 22 the C++ libraries to published standards.</para> 23 23 24 <para><userinput>--with-slibdir=/lib :</userinput></para> 24 <para><userinput>--with-slibdir=/lib : This command sets the path to 25 libgcc_s.so.</userinput></para> 25 26 26 27 <para><userinput>touch treeprs.ads [es]info.h nmake.ad[bs] :</userinput> -
general/prog/jdk/compiled-j2sdk-exp.xml
rb82f8bc rbdcf1a4 22 22 to the version in the output to "java -version".</para> 23 23 24 <para><userinput>export BUILD_NUMBER= 'date +%s':</userinput> This will24 <para><userinput>export BUILD_NUMBER=`date +%s` :</userinput> This will 25 25 help you identify this compiled version of the runtime environment and 26 26 virtual machine by appending this information to the version in the 27 output to "java -version". "</para>27 output to "java -version".</para> 28 28 29 29 <para><userinput>export DEV_ONLY=true :</userinput> This command … … 41 41 42 42 <para><userinput>export OTHER_CFLAGS=${CFLAGS} :</userinput> This makes 43 j2sdk compile using our CFLAGS for optimizations.</para>43 j2sdk compile using your CFLAGS for optimizations.</para> 44 44 45 45 <para><userinput>export OTHER_CXXFLAGS=${CXXFLAGS} :</userinput> This 46 makes j2sdk compile using our CXXFLAGS for optimizations.</para>46 makes j2sdk compile using your CXXFLAGS for optimizations.</para> 47 47 48 48 <para><userinput>unset CFLAGS :</userinput> Now that the optimizations -
general/prog/jdk/j2sdk-inst.xml
rb82f8bc rbdcf1a4 2 2 <title>Installation of j2sdk</title> 3 3 4 <para>Before installing j2sdk, you need to download 5 <filename>libstdc++-libc6.1-1.so.2.bz2</filename> from <ulink 6 url="&file-root;"/>, and decompress it 4 <para>Before installing j2sdk, you need to download <filename>libstdc++-libc6.1-1.so.2.bz2</filename> from <ulink url="&file-root;"/> and decompress it 7 5 to your source directory.</para> 8 6 -
introduction/welcome/changelog.xml
rb82f8bc rbdcf1a4 10 10 11 11 <itemizedlist> 12 13 <listitem><para>August 17th, 2002 [larry]: Added patch paragraph to 14 dhcpcd and cdrdao. Fixed typos in j2sdk.</para></listitem> 12 15 13 16 <listitem><para>August 17th, 2002 [markh]: Moved patches to the -
multimedia/cdwriteutils/cdrdao/cdrdao-inst.xml
rb82f8bc rbdcf1a4 2 2 <title>Installation of cdrdao</title> 3 3 4 <para>Before installing cdrdao, you need to download <filename>cdrdao-&cdrdao-version;-gcc-&gcc-version;.patch.bz2</filename> 5 from <ulink url="&file-root;"/> and decompress it to your source directory.</para> 6 4 7 <para>Install cdrdao by running the following commands:</para> 5 8 6 <para><screen><userinput>patch -Np1 -i ../cdrdao- 1.1.5-gcc-3.1-patch.diff&&9 <para><screen><userinput>patch -Np1 -i ../cdrdao-&cdrdao-version;-gcc-&gcc-version;.patch && 7 10 ./configure --prefix=/usr && 8 11 make &&
Note:
See TracChangeset
for help on using the changeset viewer.