glfs/gnome/lib/lib-config.xml
Larry Lawrence 5407cf76c4 reorganize gnome lib
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@664 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-08 04:03:25 +00:00

41 lines
1.3 KiB
XML

<sect1 id="gnome-lib-config">
<?dbhtml filename="lib-config.html" dir="gnome"?>
<title>pre-installation configuration</title>
<para>Set an Enviroment variable to resolve the prefix destination.</para>
<para>If Gnome is your desktop of choice:
<screen>export GNOME_PREFIX=/usr</screen>
If you want to try-out Gnome:
<screen>export GNOME_PREFIX=/opt/gnome-&gnome-version;</screen></para>
<para>The try-out group will also need to make all the following
configuration changes:</para>
<para>Add to your system or personal profile:</para>
<para><screen>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;/lib/pkgconfig
export GNOME_LIBCONFIG_PATH=/usr/lib</screen></para>
<para>Add to your /etc/ld.so.conf:</para>
<para><screen><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</userinput>
# Begin gnome addition to /etc/ld.so.conf
/opt/gnome-&gnome-version;/lib
# End gnome addition
<userinput>EOF</userinput></screen></para>
<para>Add to your /etc/man.conf:</para>
<para><screen><userinput>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</userinput>
# Begin gnome addition to man.conf
MANPATH /opt/gnome-&gnome-version;/man
# END gnome addition to man.conf
<userinput>EOF</userinput></screen></para>
</sect1>