Basic Installation
==================

SClient requires GTK+-1.2.0 in order to compile.
(The SClient team is using GTK+ 1.2.1, but there should be no
problems with GTK+ 1.2.0)

Simple install procedure
========================

  % gzip -cd sclient-*.tar.gz | tar xvf -  # unpack the sources
  % cd sclient-*                           # change to the toplevel directory
  % ./configure                            # run the `configure' script
  % make                                   # build SClient
  [ Become root if necessary ]
  % make install                           # install SClient

The Nitty-Gritty
================

The 'configure' script can be given a number of options to enable
and disable various features. For a complete list, type:

  ./configure --help

Here is one option that sets the installation path:

*  --prefix=PREFIX         install architecture-independent files in PREFIX
                           [ Defaults to /usr/local ]

`configure' also accepts some other, not widely useful, options.

In Case of Problems
===================

There is provided an old make file that we used before we had this configuration
script, that you could use if you know you should be abel to compile SClient but
the configure script won't comply. Make sure that 'gtk-config' is in your path, if
you don't have it you have to edit the makefile to link with th libraries.
The makefile is named 'Makefile-old'.

