mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@664 af4574ff-66df-0310-9fd7-8a98e5e911e0
41 lines
1.3 KiB
XML
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 >> /etc/ld.so.conf << "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 >> /etc/man.conf << "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>
|