Changeset 237b6d9 for xsoft


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

Location:
xsoft
Files:
5 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
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    rbb363985 r237b6d9  
    7070
    7171<para>Each of these switches can be added to the configure line in order to
    72 have the described effect on the mozilla compile.</para>
     72have the described effect on the <application>Mozilla</application> compile.</para>
    7373
    74 <para><command>--enable-elf-dynstr-gc</command> : Removes unreferenced
     74<para><option>--enable-elf-dynstr-gc</option>: Removes unreferenced
    7575strings from <acronym>ELF</acronym> shared objects generated during the build.
    7676Note that this option breaks build on alpha.</para>
    7777
    78 <para><command>--disable-mailnews</command> : Disable the mail and news
     78<para><option>--disable-mailnews</option>: Disable the mail and news
    7979clients.</para>
    8080
    81 <para><command>--disable-ldap</command> : Disable <acronym>LDAP</acronym>
     81<para><option>--disable-ldap</option>: Disable <acronym>LDAP</acronym>
    8282Support, recommended if mail is disabled.</para>
    8383
    84 <para><command>--enable-calendar</command> : Build the calendar client.
     84<para><option>--enable-calendar</option>: Build the calendar client.
    8585You will need to download the calendar source via
    8686<application><acronym>CVS</acronym></application> since it is not included
     
    8888(Warning, this option is not yet stable).</para>
    8989
    90 <para><command>--enable-xterm-updates</command> : This option is
     90<para><option>--enable-xterm-updates</option>: This option is
    9191for enabling the <command>xterm</command> title with the current command when
    9292compiling.</para>
    9393
    94 <para><command>--enable-plaintext-editor-only</command> : Disable support
     94<para><option>--enable-plaintext-editor-only</option>: Disable support
    9595for <acronym>HTML</acronym> editing. Do not use this switch if you are building
    9696the mail-news component.</para>
  • xsoft/other/balsa/balsa-desc.xml

    rbb363985 r237b6d9  
    99
    1010<sect3><title>balsa</title>
    11 <para><command>balsa</command> is the GNOME 2 based mail reader.</para>
     11<para><command>balsa</command> is the
     12<application><acronym>GNOME</acronym></application> 2 based mail reader.</para>
    1213</sect3>
    1314
  • xsoft/other/balsa/balsa-exp.xml

    rbb363985 r237b6d9  
    22<title>Command explanations</title>
    33
    4 <para><command>--localstatedir=/var/lib</command> : This switch puts
    5 scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> instead
    6 of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     4<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
     5<application>ScrollKeeper</application> files in <filename
     6class="directory">/var/lib/scrollkeeper</filename> instead
     7of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    78
    8 <para><command>--with-ssl</command> : Change the default of no ssl support.</para>
     9<para><option>--with-ssl</option>: Change the default of no ssl support.</para>
    910
    10 <para><command>--sysconfdir=/etc/gnome</command> : This switch puts
    11 configuration files in <filename>/etc/gnome</filename> instead of
    12 <filename>$GNOME_PREFIX/etc</filename>.</para>
     11<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     12configuration files in <filename class="directory">/etc/gnome</filename> instead of
     13<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    1314
    14 <para><command>--with-ldap</command> : Change the default to
     15<para><option>--with-ldap</option>: Change the default to
    1516support <acronym>LDAP</acronym> if it is available.</para>
    1617
    17 <para><command>--with-gpgme</command> : Change the default to
     18<para><option>--with-gpgme</option>: Change the default to
    1819support <acronym>GPG</acronym> if 'GnuPG made easy'
    1920(<acronym>GPGME</acronym>) is
  • xsoft/other/balsa/balsa-intro.xml

    rbb363985 r237b6d9  
    22<title>Introduction to <application>Balsa</application></title>
    33
    4 <para>The <application>Balsa</application> package contains a GNOME 2 based mail reader.</para>
     4<para>The <application>Balsa</application> package contains a
     5<application><acronym>GNOME</acronym></application> 2 based mail reader.</para>
    56
    67<sect3><title>Package information</title>
Note: See TracChangeset for help on using the changeset viewer.