Sifter Installation Guide

These are instructions for compiling and installing sifter. I would consider this code in beta testing, so installation is not completely automatic.

The code was written in Java and C. You need:

Including External Libraries

If you wish, you may include the three external libraries as part of the sifter package. Download them together from the sourceforge download page. You can then untar them in the sifter directory, like this:

tar -C sifter -xzf sifteraux.tgz

If you have already run configure, you will need to run it again, so that the Makefile will know that it should include these subdirectories.

How to Install

After you have unpacked or untarred everything, do the following:
  1. Change to the top sifter directory and run the script
           ./configure
           
    You may wish to use the following switches:

  2. make depend
  3. make all
  4. If you have a few minutes to spare, run
    make fulltest
  5. And the final install step is:
    make install
  6. Now read the information on how to configure sifter.

Main Page --- Fred Gylys-Colwell --- Last Revised: January 19, 2005