pre-installation configuration
Packages in this chapter require the following
configurations:
Add to your system or personal profile:
export PATH=$PATH:/opt/gnome/bin:/opt/gnome2/bin
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/opt/gnome2/lib/pkgconfig
export GNOME_LIBCONFIG_PATH=/usr/lib
Add to your /etc/ld.so.conf:
cat >> /etc/ld.so.conf << "EOF"
# Begin gnome addition to /etc/ld.so.conf
/opt/gnome/lib
/opt/gnome2/lib
# End gnome addition
EOF
Add to your /etc/man.conf:
cat >> /etc/man.conf << "EOF"
# Begin gnome addition to man.conf
MANPATH /opt/gnome/man
MANPATH /opt/gnome2/man
# END gnome addition to man.conf
EOF