2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2003-02-08 07:37:11 +08:00
|
|
|
<sect1 id="gnome-otherlib-config">
|
2005-05-15 05:28:10 +08:00
|
|
|
<?dbhtml filename="otherlib-config.html"?>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-05-15 05:28:10 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-05-15 05:28:10 +08:00
|
|
|
<title>Pre-installation Configuration</title>
|
|
|
|
|
|
|
|
<para>Add to your system or personal profile:</para>
|
|
|
|
|
2005-06-14 09:11:21 +08:00
|
|
|
<screen><literal>export PATH=$PATH:/opt/gnome-1.4/bin
|
|
|
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-1.4/lib/pkgconfig
|
|
|
|
export GNOME_LIBCONFIG_PATH=/usr/lib
|
|
|
|
|
|
|
|
if [ -z $INFOPATH ]
|
|
|
|
then
|
|
|
|
export INFOPATH=/usr/share/info:/opt/gnome-1.4/info
|
|
|
|
else
|
|
|
|
export INFOPATH=$INFOPATH:/opt/gnome-1.4/info
|
|
|
|
fi</literal></screen>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-05-15 05:28:10 +08:00
|
|
|
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-05-15 05:28:10 +08:00
|
|
|
<screen role="root"><userinput>cat >> /etc/ld.so.conf << "EOF"
|
2005-06-14 09:11:21 +08:00
|
|
|
<literal># Begin GNOME-1 addition to /etc/ld.so.conf
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-06-14 09:11:21 +08:00
|
|
|
/opt/gnome-1.4/lib
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-06-14 09:11:21 +08:00
|
|
|
# End GNOME-1 addition</literal>
|
2005-05-15 05:28:10 +08:00
|
|
|
EOF</userinput></screen>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2005-05-15 05:28:10 +08:00
|
|
|
<para>Remember to execute <command>ldconfig</command> after installation
|
|
|
|
of libraries to update the library cache.</para>
|
2004-12-22 04:46:46 +08:00
|
|
|
|
2006-04-10 06:07:47 +08:00
|
|
|
<para>Add to your <filename>/etc/man_db.conf</filename>:</para>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2006-04-10 06:07:47 +08:00
|
|
|
<screen role="root"><userinput>cat >> /etc/man_db.conf << "EOF"
|
|
|
|
<literal># Begin GNOME-1 addition to man_db.conf
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
MANDATORY_MANPATH /opt/gnome-1.4/man
|
2003-02-08 07:37:11 +08:00
|
|
|
|
2006-04-10 06:07:47 +08:00
|
|
|
# END GNOME-1 addition to man_db.conf</literal>
|
2005-05-15 05:28:10 +08:00
|
|
|
EOF</userinput></screen>
|
2003-02-08 07:37:11 +08:00
|
|
|
|
|
|
|
</sect1>
|