Ignore:
Timestamp:
10/27/2002 11:48:49 PM (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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79cfcdf7
Parents:
3d60760
Message:

format cleanup in exp section

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

Location:
xsoft/graphweb/mozilla
Files:
2 edited

Legend:

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

    r3d60760 r24c5c34  
    22<title>Command explanations</title>
    33
    4 <para><userinput>export MOZILLA_OFFICIAL="1" &amp;&amp;
     4<para><screen><userinput>export MOZILLA_OFFICIAL="1" &amp;&amp;
    55export BUILD_OFFICIAL="1" &amp;&amp;
    6 export MOZ_INTERNAL_LIBART_LGPL="1"</userinput>
     6export MOZ_INTERNAL_LIBART_LGPL="1"</userinput></screen>
    77Set some variables that affect what and how it is built. The first two exports
    88specify that we are building a distribution. The last export specifies that we
    99are ok with the LGPL versioned libart.</para>
    1010
    11 <para><userinput>--prefix=&mozilla-prefix;</userinput>: Previously mozilla did
     11<para><userinput>--prefix=&mozilla-prefix;</userinput> : Previously mozilla did
    1212not support the make install option. Hence the package was installed in /opt.
    1313The package now supports "make install" and follows the FHS guidelines for
     
    1919Use the system versions for these packages.</para>
    2020
    21 <para><userinput>--enable-xft</userinput>: Enable the Xft
     21<para><userinput>--enable-xft</userinput> : Enable the Xft
    2222support.</para>
    2323
    24 <para><userinput>--enable-crypto</userinput>: Enable the Personal
     24<para><userinput>--enable-crypto</userinput> : Enable the Personal
    2525Security Manager to enable SSL connections.</para>
    2626
     
    3535in the mozilla configure script help.</para>
    3636
    37 <para><userinput>--enable-extensions=...</userinput>: Enables
     37<para><userinput>--enable-extensions=...</userinput> : Enables
    3838extensions.  If you want, you can disable all extensions other than the
    3939browser by changing this switch to
    4040<userinput>--enable-extensions="default,-venkman,-inspector,-irc"</userinput>.</para>
    4141
    42 <para><userinput>--enable-svg</userinput>: Enable SVG (Scalable Vector
     42<para><userinput>--enable-svg</userinput> : Enable SVG (Scalable Vector
    4343Graphics) support.</para>
    4444
     
    4848Copy the nss headers that are not copied by make install.</para>
    4949
    50 <para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput>:
     50<para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput> :
    5151Make a directory to store static libraries that openoffice needs during compilation.
    5252These libraries are not installed by default.</para>
    5353
    54 <para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput>:
     54<para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput> :
    5555Mozilla installs headers and libraries in version specific directories. This
    5656link makes symbolic links so that applications that depend on Mozilla (such as
     
    5959</para>
    6060
    61 <para><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput>: Since
     61<para><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput> : Since
    6262many applications expect the browser to be named netscape, make a symbolic
    6363link for convenience.</para>
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    r3d60760 r24c5c34  
    5252have the described effect on the mozilla compile.</para>
    5353
    54 <para><userinput>--disable-mailnews</userinput>: Disable the mail and news
     54<para><userinput>--disable-mailnews</userinput> : Disable the mail and news
    5555clients.</para>
    5656
    57 <para><userinput>--disable-ldap</userinput>: Disable LDAP Support,
     57<para><userinput>--disable-ldap</userinput> : Disable LDAP Support,
    5858recommended if mail is disabled.</para>
    5959
    60 <para><userinput>--enable-calendar</userinput>: Build the calendar client.
     60<para><userinput>--enable-calendar</userinput> : Build the calendar client.
    6161You will need to download the calendar source via cvs since it is not included
    6262with the release source.
    6363(Warning, this option is not yet stable).</para>
    6464
    65 <para><userinput>--enable-xterm-updates</userinput>: This option is
     65<para><userinput>--enable-xterm-updates</userinput> : This option is
    6666for enabling the xterm title with the current command when compiling.</para>
    6767
    68 <para><userinput>--enable-plaintext-editor-only</userinput>: Disable support
     68<para><userinput>--enable-plaintext-editor-only</userinput> : Disable support
    6969for HTML editing.</para>
    7070
    71 <para><userinput>--enable-default-toolkit=gtk2</userinput>: In theory
     71<para><userinput>--enable-default-toolkit=gtk2</userinput> : In theory
    7272mozilla now supports both gtk 1.2 and gtk 2.0. To enable gtk2 support, use
    7373this option.  People have however had problems getting a usable gtk2
Note: See TracChangeset for help on using the changeset viewer.