Changeset 9ad96f5


Ignore:
Timestamp:
05/15/2005 08:46:59 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0536361
Parents:
c1c9618
Message:

Tagged pre-install-config.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/pre-install-config.xml

    rc1c9618 r9ad96f5  
    77
    88<sect1 id="gnome-pre-install-config">
     9  <?dbhtml filename="pre-install-config.html"?>
    910
    1011  <sect1info>
     
    1314  </sect1info>
    1415
    15   <?dbhtml filename="pre-install-config.html"?>
    16 
    17   <title>Pre-installation configuration</title>
     16  <title>Pre-installation Configuration</title>
    1817
    1918  <para>Set an environment variable to resolve the prefix destination.</para>
    2019
    21   <para>If <application><acronym>GNOME</acronym></application> is your desktop
    22   of choice:</para>
     20  <para>If <application>GNOME</application> is your desktop of choice:</para>
    2321
    2422<screen><userinput>export GNOME_PREFIX=/usr</userinput></screen>
    2523
    26   <para>If you want to try-out <application>GNOME</application>, or install 
     24  <para>If you want to try-out <application>GNOME</application>, or install
    2725  it in an easy to remove location:</para>
    2826
    2927<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;</userinput></screen>
    3028
    31   <para>Remember to execute <command>ldconfig</command> as the 
    32   <systemitem class='username'>root</systemitem> user after installation of 
     29  <para>Remember to execute <command>ldconfig</command> as the
     30  <systemitem class='username'>root</systemitem> user after installation of
    3331  libraries to update the library cache.</para>
    3432
     
    4442  <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
    4543
    46 <screen role='root'><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</userinput>
     44<screen role='root'><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
    4745<literal># Begin gnome addition to /etc/ld.so.conf
    4846
     
    5048
    5149# End gnome addition</literal>
    52 <userinput>EOF</userinput></screen>
     50EOF</userinput></screen>
    5351
    5452  <para>Add to your <filename>/etc/man.conf</filename>:</para>
    5553
    56 <screen role='root'><userinput>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</userinput>
     54<screen role='root'><userinput>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"
    5755<literal># Begin gnome addition to man.conf
    5856
     
    6058
    6159# End gnome addition to man.conf</literal>
    62 <userinput>EOF</userinput></screen>
     60EOF</userinput></screen>
    6361
    6462</sect1>
Note: See TracChangeset for help on using the changeset viewer.