Changeset b02f257
- Timestamp:
- 02/28/2003 04:01:18 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:
- 795295a
- Parents:
- e535d8a
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc/gcc-inst.xml
re535d8a rb02f257 5 5 6 6 <para><screen><userinput>export CC=cc && 7 unset CFLAGS &&8 unset CXXFLAGS &&7 unset CFLAGS 8 unset CXXFLAGS 9 9 export PATH_HOLD=$PATH && 10 10 export PATH=/usr/src/gnat/bin:$PATH && -
general/prog/gcc/gcc-inst1.xml
re535d8a rb02f257 4 4 <para>Install gcc by running the following commands:</para> 5 5 6 <para><screen><userinput>unset CFLAGS &&7 unset CXXFLAGS &&6 <para><screen><userinput>unset CFLAGS 7 unset CXXFLAGS 8 8 mkdir ../gcc-build && 9 9 cd ../gcc-build && -
general/prog/jdk/j2sdk-inst.xml
re535d8a rb02f257 42 42 <para><screen><userinput>export ALT_BOOTDIR="$JAVA_HOME" && 43 43 unset JAVA_HOME && 44 unset CLASSPATH &&45 unset CFLAGS &&46 unset CXXFLAGS &&47 unset LDFLAGS &&44 unset CLASSPATH 45 unset CFLAGS 46 unset CXXFLAGS 47 unset LDFLAGS 48 48 export ALT_DEVTOOLS_PATH="/usr/bin" && 49 49 export BUILD_NUMBER="blfs-`date +%s`" && … … 54 54 export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</userinput></screen></para> 55 55 56 <para>Make and Install j2sdk with the following commands:</para> 56 <para>Make and Install j2sdk with the following commands. There will be a lot of 57 messages about missing files that look like errors. As long as the build doesn't 58 stop, the messages are harmless, so ignore them.</para> 57 59 58 60 <para><screen><userinput>cd control/make && -
index.xml
re535d8a rb02f257 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003022 6">6 <!ENTITY releasedate "February 2 6th, 2003">5 <!ENTITY version "20030228"> 6 <!ENTITY releasedate "February 28th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
re535d8a rb02f257 10 10 11 11 <itemizedlist> 12 13 <listitem><para>February 28th, 2003 [tushar]: Remove && from the end of 14 unset VAR to accomodate bash versions < 2.05b. Minor fixes to some 15 packages.</para></listitem> 12 16 13 17 <listitem><para>February 26th, 2003 [larry]: PST: added -
multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
re535d8a rb02f257 4 4 <para>Install ffmpeg by running the following commands:</para> 5 5 6 <para><screen><userinput>unset CFLAGS &&6 <para><screen><userinput>unset CFLAGS 7 7 ./configure --prefix=/usr && 8 8 make && -
multimedia/videoutils/mplayer/mplayer-inst.xml
re535d8a rb02f257 13 13 tar -xvf ../qtextras.tar -C /usr/lib/win32 && 14 14 tar -xvf ../rp9codecs.tar -C /usr/lib/win32 && 15 unset CFLAGS &&15 unset CFLAGS 16 16 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \ 17 17 --enable-gui --enable-menu --enable-new-conf --enable-qtx-codecs \ -
xsoft/graphweb/mozilla/mozilla-inst.xml
re535d8a rb02f257 84 84 85 85 <para><userinput>--enable-plaintext-editor-only</userinput> : Disable support 86 for HTML editing.</para> 86 for HTML editing. Do not use this switch if you are building the mail-news 87 component.</para> 87 88 88 89 </sect2> -
xsoft/suites/openoffice/openoffice-intro.xml
re535d8a rb02f257 32 32 <para>Also download the various patches from <userinput><ulink url="&hfile-root;"/></userinput>. 33 33 The patches begin with openoffice-&openoffice-version;. 34 Select patches that are appropriate for your installation.</para> 34 You will need most of the patches 35 except for the patches that activate the use the system installed versions 36 of packages (you need to select those based on your installation).</para> 35 37 36 38 <para>The source tarball only contains English language help. A localized help
Note:
See TracChangeset
for help on using the changeset viewer.