2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2003-02-08 07:37:11 +08:00
|
|
|
<sect1 id="gnome-otherlib-config">
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="otherlib-config.html"?>
|
2003-10-02 02:27:18 +08:00
|
|
|
<title>Pre-installation configuration</title>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
|
|
|
<para>Add to your system or personal profile:</para>
|
|
|
|
|
2003-09-17 11:19:34 +08:00
|
|
|
<screen><command>export PATH=$PATH:/opt/gnome/bin
|
2003-02-08 07:37:11 +08:00
|
|
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig
|
2003-09-17 11:19:34 +08:00
|
|
|
export GNOME_LIBCONFIG_PATH=/usr/lib</command></screen>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2003-04-21 06:15:01 +08:00
|
|
|
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2003-09-17 11:19:34 +08:00
|
|
|
<screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command>
|
2003-02-08 07:37:11 +08:00
|
|
|
# Begin gnome addition to /etc/ld.so.conf
|
|
|
|
|
|
|
|
/opt/gnome/lib
|
|
|
|
|
|
|
|
# End gnome addition
|
2003-09-17 11:19:34 +08:00
|
|
|
<command>EOF</command></userinput></screen>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2004-04-25 07:16:12 +08:00
|
|
|
<para>Remember to execute <command>ldconfig</command> after installation of libraries to
|
|
|
|
update the library cache.</para>
|
|
|
|
|
2003-04-21 06:15:01 +08:00
|
|
|
<para>Add to your <filename>/etc/man.conf</filename>:</para>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2003-09-17 11:19:34 +08:00
|
|
|
<screen><userinput><command>cat >> /etc/man.conf << "EOF"</command>
|
2003-02-08 07:37:11 +08:00
|
|
|
# Begin gnome addition to man.conf
|
|
|
|
|
|
|
|
MANPATH /opt/gnome/man
|
|
|
|
|
|
|
|
# END gnome addition to man.conf
|
2003-09-17 11:19:34 +08:00
|
|
|
<command>EOF</command></userinput></screen>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
|
|
|
</sect1>
|