Changeset 5145473 for xsoft/graphweb


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/graphweb
Files:
2 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>
Note: See TracChangeset for help on using the changeset viewer.