glfs/gnome/otherlibs/otherlibs-config.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

55 lines
1.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="gnome-otherlib-config">
<?dbhtml filename="otherlib-config.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Pre-installation Configuration</title>
<para>Add to your system or personal profile:</para>
<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>
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
<literal># Begin GNOME-1 addition to /etc/ld.so.conf
/opt/gnome-1.4/lib
# End GNOME-1 addition</literal>
EOF</userinput></screen>
<para>Remember to execute <command>ldconfig</command> after installation
of libraries to update the library cache.</para>
<para>Add to your <filename>/etc/man_db.conf</filename>:</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF"
<literal># Begin GNOME-1 addition to man_db.conf
MANDATORY_MANPATH /opt/gnome-1.4/man
# END GNOME-1 addition to man_db.conf</literal>
EOF</userinput></screen>
</sect1>