Basic Installation Instructions
===============================

   These are generic installation instructions.

   NetSieben SSH Library requires Botan crypto library 1.4.9 or higher.
   It can be found here:

   http://botan.randombit.net   
   
   NetSieben SSH Library requires Cmake. Cmake software can be found here:
   http://www.cmake.org
   
The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `cmake .' to configure the package for your system.

  2. Type `make all' 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'.  

