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>
|
|
|
|
|
2003-04-08 08:53:28 +08:00
|
|
|
<para>Set an Environment variable to resolve the prefix destination.</para>
|
2003-08-29 08:36:46 +08:00
|
|
|
<para>If <application>GNOME</application> is your desktop of choice:
|
|
|
|
<screen><userinput><command>export GNOME_PREFIX=/usr</command></userinput></screen>
|
|
|
|
If you want to try-out <application>GNOME</application>:
|
|
|
|
<screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen></para>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
|
|
|
<para>The try-out group will also need to make all the following
|
|
|
|
configuration changes:</para>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
|
|
|
<para>Add to your system or personal profile:</para>
|
|
|
|
|
2003-08-29 08:36:46 +08:00
|
|
|
<screen><userinput><command>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
|
2003-02-08 12:03:25 +08:00
|
|
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;/lib/pkgconfig
|
2003-08-29 08:36:46 +08:00
|
|
|
export GNOME_LIBCONFIG_PATH=/usr/lib</command></userinput></screen>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2003-04-21 06:15:01 +08:00
|
|
|
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2003-08-29 08:36:46 +08:00
|
|
|
<screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command>
|
2002-09-05 23:57:09 +08:00
|
|
|
# Begin gnome addition to /etc/ld.so.conf
|
|
|
|
|
2003-02-08 12:03:25 +08:00
|
|
|
/opt/gnome-&gnome-version;/lib
|
2002-09-05 23:57:09 +08:00
|
|
|
|
|
|
|
# End gnome addition
|
2003-08-29 08:36:46 +08:00
|
|
|
<command>EOF</command></userinput></screen>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2003-04-21 06:15:01 +08:00
|
|
|
<para>Add to your <filename>/etc/man.conf</filename>:</para>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2003-08-29 08:36:46 +08:00
|
|
|
<screen><userinput><command>cat >> /etc/man.conf << "EOF"</command>
|
2002-09-05 23:57:09 +08:00
|
|
|
# Begin gnome addition to man.conf
|
|
|
|
|
2003-02-08 12:03:25 +08:00
|
|
|
MANPATH /opt/gnome-&gnome-version;/man
|
2002-09-05 23:57:09 +08:00
|
|
|
|
|
|
|
# END gnome addition to man.conf
|
2003-08-29 08:36:46 +08:00
|
|
|
<command>EOF</command></userinput></screen>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
|
|
|
</sect1>
|