Compiling and Installing Slackpack
======================

The simplest way to compile this package is:

  1. `cd' to the directory containing the slackpack's package source code

  2. Type `qmake Slackpack.pro' to generate object files

  3. Type `make' to make slackpack and generate binary files

  4. Type `make install` to install slackpack, use `Slackpack` to run it.

  5. You can remove the program binaries and object files from the
     source code directory by typing `make distclean'.

  
 
