mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
0e4b867d94
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@185 af4574ff-66df-0310-9fd7-8a98e5e911e0
56 lines
1.1 KiB
XML
56 lines
1.1 KiB
XML
<chapter id="gnome-lib">
|
|
<?dbhtml filename="lib.html" dir="gnome"?>
|
|
<title>Gnome Libraries</title>
|
|
|
|
<para>Packages in this chapter require the following
|
|
configurations:</para>
|
|
|
|
<para>Add to your system or personal profile:</para>
|
|
|
|
<para><screen>export PATH=$PATH:/opt/gnome/bin:/opt/gnome2/bin
|
|
export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:/opt/gnome2/lib/pkgconfig</screen></para>
|
|
|
|
<para>Add to your /etc/ld.so.conf:</para>
|
|
|
|
<para><screen><userinput>cat >> /etc/ld.so.conf << "EOF"</userinput>
|
|
# Begin gnome addition to /etc/ld.so.conf
|
|
|
|
/opt/gnome/lib
|
|
/opt/gnome2/lib
|
|
|
|
# End gnome addition
|
|
<userinput>EOF</userinput></screen></para>
|
|
|
|
<para>Add to your /etc/man.conf:</para>
|
|
|
|
<para><screen><userinput>cat >> /etc/man.conf << "EOF"</userinput>
|
|
# Begin gnome addition to man.conf
|
|
|
|
MANPATH /opt/gnome/man
|
|
MANPATH /opt/gnome2/man
|
|
|
|
# END gnome addition to man.conf
|
|
<userinput>EOF</userinput></screen></para>
|
|
|
|
|
|
&intltool;
|
|
&scrollkeeper;
|
|
>k-doc;
|
|
&linc;
|
|
&gnome-common;
|
|
&ORBit;
|
|
&gnome-libs;
|
|
&libIDL;
|
|
&ORBit2;
|
|
&bonobo-activation;
|
|
&GConf;
|
|
&libart_lgpl;
|
|
&libzvt;
|
|
&libbonobo;
|
|
&gnome-mime-data;
|
|
&gnome-vfs;
|
|
&libglade;
|
|
&gdk;
|
|
|
|
</chapter>
|