Changeset 52f94d30
- Timestamp:
- 11/27/2003 12:25:23 AM (21 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, 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:
- 6482ec30
- Parents:
- 40b31d6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r40b31d6 r52f94d30 11 11 12 12 <itemizedlist> 13 14 <listitem><para>November 26th, 2003 [tushar]: Added a link to the 15 various mozilla extensions available (courtesy Archaic).</para></listitem> 13 16 14 17 <listitem><para>November 26th, 2003 [igor]: Added a warning about -
introduction/welcome/credits.xml
r40b31d6 r52f94d30 234 234 for tcp_wrappers and portmap.</para></listitem> 235 235 236 <listitem><para><emphasis>Archaic</emphasis> for trouble shooting the 237 mozilla section by performing multiple builds and for providing a description 238 of the various mozilla extensions.</para></listitem> 239 236 240 </itemizedlist> 237 241 </sect2> -
xsoft/graphweb/mozilla/mozilla-exp.xml
r40b31d6 r52f94d30 5 5 export BUILD_OFFICIAL="1"</command></screen> 6 6 Set some variables that affect what and how it is built. The first two exports 7 specify that we are building a distribution. The last export specifies that we 7 specify that we are building a distribution.</para> 8 9 <!-- 10 <para> The last export specifies that we 8 11 are ok with the <acronym>LGPL</acronym> versioned libart.</para> 12 --> 9 13 10 14 <para><parameter>--prefix=/usr</parameter>: Previously mozilla did … … 43 47 <para><option>--enable-extensions=...</option>: Enables extensions. If you 44 48 want, you can disable all extensions other than the browser by changing this 45 switch to <parameter>--enable-extensions="default,-venkman,-inspector,-irc"</parameter>.</para> 49 switch to <parameter>--enable-extensions="default,-venkman,-inspector,-irc"</parameter>. 50 For a short description of the various extensions available with the mozilla 51 source, see 52 <ulink url="http://linuxfromscratch.org/~tushar/downloads/mozilla-extensions.txt"/>.</para> 46 53 47 54 <para><screen><command>install -d /usr/include/mozilla-&mozilla-version;/nss
Note:
See TracChangeset
for help on using the changeset viewer.