Sortdemo installation
---------------------

See COPYING for details on distributing this program.

1. Requirements

   To install sortdemo, you should have gd libraries. To run sortdemo
   you need enough disk space for generated gif files. It is highly
   recommanded to have ImageMagik installed.

2. Compiling and installing sortdemo

   First untar the source tree with

     tar -xzvf sortdemo-0.2.tar.gz

   and run the configure script, and then make in the sortdemo directory.

     cd sortdemo-0.2
     ./configure
     make

   This will create sortdemo executable.

   If you want sortdemo to be used by all the users, copy it to a global
   binary directory (/usr/local/bin with the default Makefile).

     make install

   If you want to remove object files and the executable after
   installation, type

     make clean

------------------------------------------------------------------------

Anuradha Ratnaweera

Dept. of Computer Sciences
Faculty of Engineering
University of Peradeniya
Peradeniya 20400
Sri Lanka

Send your comments to anuradha@cs.pdn.ac.lk

