2002-09-05 23:57:09 +08:00
|
|
|
<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
|
2002-09-19 08:26:49 +08:00
|
|
|
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/gnome2/lib/pkgconfig
|
|
|
|
export GNOME_LIBCONFIG_PATH=/usr/lib</screen></para>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
|
|
|
<para>Add to your /etc/ld.so.conf:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>cat >> /etc/ld.so.conf << "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 >> /etc/man.conf << "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>
|