Source Installer - README

Welcome!

1. REQUIREMENTS

This version of Source Installer needs expectk (which needs tk which needs X).
If you do not have the expectk interpreter, you can fetch it from

http://expect.nist.gov

expectk can be seen as a dialect of the tcl language enriched with the
Tk toolkit to show widgets and windows.

In the future, more implementations will be hopefully available.

2. INSTALLATION

Run:

    ./configure
    make
    make install

3. STARTING THE PROGRAM

Type:

    srcinst.etk

4. DOCUMENTATION

You can find the srcinst texinfo manual in this package.
It will be built during 'make'.

If you want alternative formats (ps, dvi, pdf) you can type for example:

    make pdf

To get a pdf version of the manual.


