Changeset 5145473


Ignore:
Timestamp:
10/01/2003 03:24:39 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:
46b80247
Parents:
237b6d9
Message:

chapters 38 - 41

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

Location:
xsoft
Files:
9 edited

Legend:

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

    r237b6d9 r5145473  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc/gnome</command> : This switch puts
    5 configuration files in <filename>/etc/gnome</filename> instead of
    6 <filename>$GNOME_PREFIX/etc</filename>.</para>
     4<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     5configuration files in <filename class="directory">/etc/gnome</filename> instead of
     6<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    77
    8 <para><command>--localstatedir=/var/lib</command> : This switch puts
    9 scrollkeeper files in<filename>/var/lib/scrollkeeper</filename> instead
    10 of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.<para>
     8<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
     9<application>ScrollKeeper</application> files in<filename
     10class="directory">/var/lib/scrollkeeper</filename> instead
     11of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.<para>
    1112
    1213
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    r237b6d9 r5145473  
    102102
    103103<para>Add the following env variable (The variable is named Phoenix since
    104 that was the original name for the Mozilla Firebird project):</para>
     104that was the original name for the <application>Mozilla
     105Firebird</application> project):</para>
    105106
    106107<screen><userinput><command>export MOZILLA_PHOENIX="1"</command></userinput></screen>
    107108
    108109<para>Make sure that the following switches are passed to
    109 <command>./configure</command>: <command>--disable-calendar</command> and
    110 <command>--disable-mailnews</command>.</para>
     110<command>./configure</command>: <option>--disable-calendar</option> and
     111<option>--disable-mailnews</option>.</para>
    111112
    112113<para>We recommend installing in a seperate prefix
    113 such as <command>--prefix=/opt/firebird-&firebird-version;</command>
     114such as <parameter>--prefix=/opt/firebird-&firebird-version;</parameter>
    114115to prevent clashes with
    115116an installed <application>Mozilla</application>.</para>
     
    128129
    129130<para>Make sure that the following switche is passed to
    130 <command>./configure</command>: <command>--disable-calendar</command>.</para>
     131<command>./configure</command>: <option>--disable-calendar</option>.</para>
    131132
    132133<para>We recommend installing in a seperate prefix
    133 such as <command>--prefix=/opt/thunderbird-&thunderbird-version;</command>
     134such as
     135<parameter>--prefix=/opt/thunderbird-&thunderbird-version;</parameter>
    134136to prevent clashes with
    135137an installed <application>Mozilla</application>.</para>
  • xsoft/office/abiword/abiword-exp.xml

    r237b6d9 r5145473  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-gnome</command> : This command can be added
    5 to the configure command for AbiWord to utilize GNOME libraries listed
     4<para><option>--enable-gnome</option>: This command can be added
     5to the configure command for <application>AbiWord</application> to
     6utilize <application><acronym>GNOME</acronym></application> libraries listed
    67in the introduction.</para>
    78
  • xsoft/office/evolution/db-3.1-exp.xml

    r237b6d9 r5145473  
    22<title>Command explanations</title>
    33
    4 <para><command>--enable-compat185</command> : Build support for older database files.</para>
     4<para><option>--enable-compat185</option>: Build support for older database files.</para>
    55
    6 <para><command>--prefix=/opt/db-&db-3.1-version;</command> : This version of the
     6<para><parameter>--prefix=/opt/db-&db-3.1-version;</parameter>: This version of the
    77Berkeley Database should not be installed in <filename class="directory">/usr</filename>,
    88as it is only needed for the building of
  • xsoft/office/evolution/db-3.1-intro.xml

    r237b6d9 r5145473  
    1 <para><application>Evolution </application> requires this particular version.
    2 The details on
     1<para><application>Evolution</application> requires
     2<application>Berkeley DB</application>-&db-3.1-version;. The details on
    33"why" are in the <filename>README</filename> file distibuted with the
    44<application>Evolution</application> source code. <application>Evolution
  • xsoft/office/evolution/evolution-exp.xml

    r237b6d9 r5145473  
    22<title>Command explanations</title>
    33
    4 <para><command>--with-db3=/opt/db-&db-3.1-version;</command> : Specify
     4<para><parameter>--with-db3=/opt/db-&db-3.1-version;</parameter>: Specify
    55the location where db-&db-3.1-version; is installed.</para>
    66
    7 <para><command>--enable-openssl</command> : This flag will compile
     7<para><option>--enable-openssl</option>: This flag will compile
    88<acronym>SSL</acronym> support into
    99<application>Evolution</application>.</para>
    1010
    11 <para><command>--enable-openldap</command> : This flag will compile
     11<para><option>--enable-openldap</option>: This flag will compile
    1212<acronym>LDAP</acronym> support into
    1313<application>Evolution</application>.</para>
  • xsoft/office/gnucash/gnucash-exp.xml

    r237b6d9 r5145473  
    22<title>Command explanations</title>
    33
    4 <para><command>--prefix=/opt/gnome</command> : Version &gnucash-version; of
     4<para><parameter>--prefix=/opt/gnome</parameter>: Version &gnucash-version; of
    55<application>GnuCash</application> is a
    66<application><acronym>GNOME</acronym></application> 1.4 application.
  • xsoft/office/gnumeric/gnumeric-exp.xml

    r237b6d9 r5145473  
    22<title>Command explanations</title>
    33
    4 <para><command>--localstatedir=/var/lib</command> : This switch
    5 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
    6 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     4<para><parameter>--localstatedir=/var/lib</parameter>: This switch
     5puts <application>ScrollKeeper</application> files in <filename
     6class="directory">/var/lib/scrollkeeper</filename>
     7instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    78
    8 <para><command>--sysconfdir=/etc/gnome</command> : This switch
    9 puts configuration files in <filename>/etc/gnome</filename> instead of
    10 <filename>$GNOME_PREFIX/etc</filename>.</para>
     9<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
     10puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
     11<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    1112
    12 <para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch
    13 puts libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of
    14 <filename>$GNOME_PREFIX/libexec</filename>.</para>
     13<para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This switch
     14puts libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     15<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    1516
    1617</sect2>
  • xsoft/suites/openoffice/openoffice-exp.xml

    r237b6d9 r5145473  
    33
    44<para>
    5 <command>mv ../gpc231/gpc.* external/gpc</command> : Copy the gpc files to the appropriate location.</para>
     5<command>mv ../gpc231/gpc.* external/gpc</command>: Copy the gpc files to the appropriate location.</para>
    66
    7 <para><command>--with-lang=ALL</command> : Make install sets for all available languages.</para>
     7<para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para>
    88
    9 <para><command>./bootstrap</command> : Create packages required to bootstrap the build.</para>
     9<para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
    1010
    11 <para><command>dmake</command> : Compile the package.</para>
     11<para><command>dmake</command>: Compile the package.</para>
    1212
    1313<para><command>sed -e "s:^oo_home=...</command>: Remove version specific
     
    1515
    1616<para><command>for appl in swriter scalc sdraw simpress smath soffice;
    17 do ...</command> : Create links so that the package can be started from the command line without changes to the existing path.</para>
     17do ...</command>: Create links so that the package can be started from the command line without changes to the existing path.</para>
    1818
    1919</sect2>
Note: See TracChangeset for help on using the changeset viewer.