mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
fdca426642
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 af4574ff-66df-0310-9fd7-8a98e5e911e0
42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<?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;
|
|
]>
|
|
|
|
<sect1 id="gnome-otherlib-config">
|
|
<?dbhtml filename="otherlib-config.html"?>
|
|
<title>Pre-installation configuration</title>
|
|
|
|
<para>Add to your system or personal profile:</para>
|
|
|
|
<screen><command>export PATH=$PATH:/opt/gnome/bin
|
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig
|
|
export GNOME_LIBCONFIG_PATH=/usr/lib</command></screen>
|
|
|
|
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
|
|
|
|
<screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command>
|
|
# Begin gnome addition to /etc/ld.so.conf
|
|
|
|
/opt/gnome/lib
|
|
|
|
# End gnome addition
|
|
<command>EOF</command></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.conf</filename>:</para>
|
|
|
|
<screen><userinput><command>cat >> /etc/man.conf << "EOF"</command>
|
|
# Begin gnome addition to man.conf
|
|
|
|
MANPATH /opt/gnome/man
|
|
|
|
# END gnome addition to man.conf
|
|
<command>EOF</command></userinput></screen>
|
|
|
|
</sect1>
|