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

   These are generic installation instructions.
   
  1. `cd' to the directory containing the package's source code and type
     `mkdir build;cd build;cmake ..' to configure the package for your system.  

     Running `cmake' takes awhile.  While running, it prints some
     messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. Type `make install' to install the programs and any data files and
     documentation.

  4. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  To also remove the
     files that `cmake' created (so you can compile the package for
     a different kind of computer), simple remove all content of the buil
     directory.

  5. You can remove the program installation files from your system
     by typing `make uninstall'

