Changeset 098ad89
- Timestamp:
- 09/23/2002 02:58:13 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:
- 21cfe3c
- Parents:
- 2f66c98
- Location:
- xsoft/graphweb/mozilla
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/mozilla/mozilla-exp.xml
r2f66c98 r098ad89 24 24 --disable-logging --enable-reorder \ 25 25 --enable-strip --enable-elf-dynstr-gc \ 26 --enable-cpp-rtt </userinput></screen>26 --enable-cpp-rtti</userinput></screen> 27 27 Disable all debugging options and enable all optimization options. You can 28 28 pick and choose from these options. More information on them can be found 29 29 in the mozilla configure script help.</para> 30 30 31 <para><userinput>--enable-extensions= all</userinput>: Enables all of the31 <para><userinput>--enable-extensions=...</userinput>: Enables 32 32 extensions. If you want, you can disable all extensions other than the 33 33 browser by changing this switch to … … 42 42 Copy the nss headers that are not copied by make install.</para> 43 43 44 <para><userinput>ln -sf mozilla /usr/X11R6/bin/netscape</userinput>: Since 44 <para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput>: 45 Make a directory to store static libraries that openoffice needs during compilation. 46 These libraries are not installed by default.</para> 47 48 <para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput>: 49 Mozilla installs headers and libraries in version specific directories. This 50 link makes symbolic links so that applications that depend on Mozilla (such as 51 OpenOffice, Galeon, etc.) can use a non version specific path for installation. 52 </para> 53 54 <para><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput>: Since 45 55 many applications expect the browser to be named netscape, make a symbolic 46 56 link for convenience.</para> -
xsoft/graphweb/mozilla/mozilla-inst.xml
r2f66c98 r098ad89 30 30 --disable-logging --enable-reorder \ 31 31 --enable-strip --enable-elf-dynstr-gc \ 32 --enable-cpp-rtti --enable-extensions=all \32 --enable-cpp-rtti --enable-extensions=all,spellcheck \ 33 33 --enable-svg 34 34 make && … … 37 37 cp -Lf dist/private/security/*.h dist/public/security/*.h \ 38 38 &mozilla-prefix;/include/mozilla-&mozilla-version;/security && 39 ln -sf mozilla /usr/X11R6/bin/netscape && 39 install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice && 40 cp -f dist/lib/libembed_base_s.a dist/lib/liblber50.a \ 41 dist/lib/libmozreg_s.a &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice && 42 ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/include/mozilla && 43 ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/lib/mozilla && 44 ln -sf &mozilla-prefix;/bin/mozilla /usr/bin/mozilla && 45 ln -sf &mozilla-prefix;/bin/mozilla /usr/bin/netscape && 40 46 cd &mozilla-prefix;/lib/mozilla-&mozilla-version; && 41 47 export LD_LIBRARY_PATH="&mozilla-prefix;/lib/mozilla-&mozilla-version;" && … … 60 66 61 67 <para><userinput>--enable-calendar</userinput>: Build the calendar client. 68 You will need to download the calendar source via cvs since it is not included 69 with the release source. 62 70 (Warning, this option is not yet stable).</para> 63 71 … … 91 99 friendly, give them this example! Note that unlike the patch referred to in 92 100 the hint, the patch on the BLFS website does not contain this hack so you 93 will need to enable it manually if you want it use it.</para> 101 will need to enable it manually if you want it use it or download it from the 102 hint site.</para> 94 103 95 104 </sect2> -
xsoft/graphweb/mozilla/mozilla-intro.xml
r2f66c98 r098ad89 24 24 25 25 <para>Download the patch for various minor fixes to the build. 26 <screen><ulink url="&file-root;/mozilla-1. 1.patch.bz2"/></screen></para>26 <screen><ulink url="&file-root;/mozilla-1.0.1.patch.bz2"/></screen></para> 27 27 28 28 <para>Download the spellchecker (a Mozdev project). The above patch also enables 29 29 building of the spellcheker. 30 <screen><ulink url="&file-root;/mozilla-1. 1-spellchecker.tar.bz2"/></screen>30 <screen><ulink url="&file-root;/mozilla-1.0.1-spellchecker.tar.bz2"/></screen> 31 31 </para> 32 32 -
xsoft/graphweb/mozilla/mozilla.ent
r2f66c98 r098ad89 6 6 <!ENTITY mozilla-config SYSTEM "mozilla-config.xml"> 7 7 <!ENTITY mozilla-buildsize "550 MB"> 8 <!ENTITY mozilla-version "1. 1">8 <!ENTITY mozilla-version "1.0.1"> 9 9 <!ENTITY mozilla-prefix "/opt/mozilla"> 10 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla1. 1/src/mozilla-source-1.1.tar.gz">11 <!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1. 1/src/mozilla-source-1.1.tar.gz">10 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1/src/mozilla-source-1.0.1.tar.bz2"> 11 <!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1/src/mozilla-source-1.0.1.tar.bz2"> 12 12 <!ENTITY mozilla-size "39 MB"> 13 13 <!ENTITY mozilla-buildtime "2 Hrs (850 MHz)">
Note:
See TracChangeset
for help on using the changeset viewer.