Basic Installation
------------------

unpack the tarball :
  $ gunzip crypto-1.0.tar.gz
  $ tar -xvf crypto-1.0.tar

compile the source:
  $ cd crypto-1.0/
  $ make

the result will be crypto (for console) and xcrypto (for GUI / XWindow)

install the binaries (you must be root)
  $ su
    Password:
  # make install


Advance Installation
--------------------

You can also installing xcrypto.desktop too, so xcrypto can be easily start from
your desktop.
Just type this command:

for GNOME :

  $ su
    Password:
  # make installgnomedesktop

and for KDE :

  $ su
    Password:
  # make installkdedesktop

and then you can start xcrypto just click Start-Program-Utilities-xcrypto 
(for GNOME) and Start-Utilities-xcrypto (for KDE)

if you too lazy to compile the source, you can install the binary in directory :
/crypto-1.0/bin with this command:

  $ su
    Password:
  # make installbinary

if you want to remove the compiling result, you can do that with this way :

  $ su
    Password:
  # make clean

and at least if you want to remove this program :

  $ su 
    Password:
  # make uninstall

