mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Tagged otherlibs-config.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4229 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4dd70a720e
commit
efea69cbec
@ -6,40 +6,42 @@
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-otherlib-config">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="otherlib-config.html"?>
|
||||
<title>Pre-installation configuration</title>
|
||||
<?dbhtml filename="otherlib-config.html"?>
|
||||
|
||||
<para>Add to your system or personal profile:</para>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<screen><command>export PATH=$PATH:/opt/gnome/bin
|
||||
<title>Pre-installation Configuration</title>
|
||||
|
||||
<para>Add to your system or personal profile:</para>
|
||||
|
||||
<screen><literal>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>
|
||||
export GNOME_LIBCONFIG_PATH=/usr/lib</literal></screen>
|
||||
|
||||
<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
|
||||
<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
|
||||
<screen role="root"><userinput>cat >> /etc/ld.so.conf << "EOF"
|
||||
<literal># Begin gnome addition to /etc/ld.so.conf
|
||||
|
||||
/opt/gnome/lib
|
||||
|
||||
# End gnome addition
|
||||
<command>EOF</command></userinput></screen>
|
||||
# End gnome addition</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>Remember to execute <command>ldconfig</command> after installation of
|
||||
libraries to update the library cache.</para>
|
||||
<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>
|
||||
<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
|
||||
<screen role="root"><userinput>cat >> /etc/man.conf << "EOF"
|
||||
<literal># Begin gnome addition to man.conf
|
||||
|
||||
MANPATH /opt/gnome/man
|
||||
|
||||
# END gnome addition to man.conf
|
||||
<command>EOF</command></userinput></screen>
|
||||
# END gnome addition to man.conf</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user