Set Up the UNIX Environment

In order to run the Unix versions of the SourceOffSite 4.0 Client, GTK 1.2.10 must be installed on the machine where the SourceOffSite 4.0 Client will be run. GTK requires that GLIB 1.2.10 is also installed. Both of these packages may be obtained from:

ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz for GLIB
ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz for GTK

Compilation instructions are contained in each package, but for a quick start, uncompress and untar each package, change the current directory to the package directory and run:

./configure
make install
ldconfig

GLIB must be compiled and installed before GTK, as GTK depends on functions provided in GLIB.