glfs/gnome/lib/lib-config.xml
Larry Lawrence d1ea01e3bb added gnome core config
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@205 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-05 15:57:09 +00:00

38 lines
968 B
XML

<sect1 id="gnome-lib-config">
<?dbhtml filename="lib-config.html" dir="gnome"?>
<title>pre-installation configuration</title>
<para>Packages in this chapter require the following
configurations:</para>
<para>Add to your system or personal profile:</para>
<para><screen>export PATH=$PATH:/opt/gnome/bin:/opt/gnome2/bin
export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:/opt/gnome2/lib/pkgconfig</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/lib
/opt/gnome2/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/man
MANPATH /opt/gnome2/man
# END gnome addition to man.conf
<userinput>EOF</userinput></screen></para>
</sect1>