Ignore:
Timestamp:
10/01/2003 02:52:25 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5145473
Parents:
bb363985
Message:

chapter 42

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/mozilla/mozilla-exp.xml

    rbb363985 r237b6d9  
    88are ok with the <acronym>LGPL</acronym> versioned libart.</para>
    99
    10 <para><command>--prefix=&mozilla-prefix;</command>: Previously mozilla did
     10<para><parameter>--prefix=&mozilla-prefix;</parameter>: Previously mozilla did
    1111not support the make install option. Hence the package was installed in
    1212<filename>/opt</filename>. The package now supports "make install" and follows
     
    1515</filename>.</para>
    1616
    17 <para><screen><command>--enable-toolkit-gtk2</command></screen>Use gtk2
     17<para><screen><option>--enable-toolkit-gtk2</option></screen>Use gtk2
    1818toolkit</para>
    1919
    20 <para><screen><command>--with-system-zlib --with-system-jpeg \
    21 --with-system-png --with-system-mng"</command></screen>
     20<para><screen><option>--with-system-zlib --with-system-jpeg \
     21--with-system-png --with-system-mng"</option></screen>
    2222Use the system versions for these packages.</para>
    2323
    24 <para><command>--enable-xft</command> : Enable the Xft support. You need
     24<para><option>--enable-xft</option>: Enable the Xft support. You need
    2525<application>fontconfig</application> or the latest <application>XFree86
    2626</application> version to enable xft.</para>
    2727
    28 <para><command>--enable-crypto</command> : Enable the Personal
     28<para><option>--enable-crypto</option>: Enable the Personal
    2929Security Manager to enable <acronym>SSL</acronym> connections.</para>
    3030
    31 <para><screen><command>--disable-jsd --disable-accessibility \
     31<para><screen><option>--disable-jsd --disable-accessibility \
    3232--disable-tests --disable-debug \
    3333--disable-dtd-debug \
    3434--disable-logging --enable-reorder \
    3535--enable-strip \
    36 --enable-cpp-rtti</command></screen>
     36--enable-cpp-rtti</option></screen>
    3737Various options that affect what components are built and some optimization
    3838options. You can pick and choose from these options.  More information on them
     
    4141above.</para>
    4242
    43 <para><command>--enable-extensions=...</command> : Enables extensions.  If you
     43<para><option>--enable-extensions=...</option>: Enables extensions.  If you
    4444want, you can disable all extensions other than the browser by changing this
    45 switch to <command>--enable-extensions="default,-venkman,-inspector,-irc"</command>.</para>
     45switch to <parameter>--enable-extensions="default,-venkman,-inspector,-irc"</parameter>.</para>
    4646
    4747<para><screen><command>install -d &mozilla-prefix;/include/mozilla-&mozilla-version;/nss
     
    5656-->
    5757
    58 <para><command>ln -nsf mozilla-&mozilla-version; ...</command> :
     58<para><command>ln -nsf mozilla-&mozilla-version; ...</command>:
    5959<application>Mozilla</application> installs headers and libraries in version
    6060specific directories. This link makes symbolic links so that applications that
Note: See TracChangeset for help on using the changeset viewer.