-------------------------------------------
Stack Shield installation info v0.4
-------------------------------------------

1.  Decompres and extract the package (if you are reading this file you have
    probabily already done this):
      tar zxvf stackshield-<version number>.tar.gz

2.  Move into the newly created directory and launch make:
      cd ./stackshield-<version number>
      make

3.  Place the ./stackshield-<version number>/bin directory in yor PATH
    enviroment variable (note that the "." in the previous directory name
    means the complete directory path). Assuming you have installed
    Stack Shield in /usr/local/stackshield-<version number> and you use
    the bash shell:
      PATH=/usr/local/stackshield-<version number>:$PATH
      export PATH
    You may place these lines in your shell initialization script
    (/etc/profile for the bash shell) to set automaticaly the PATH variable on
    login.

That's all. You may see the README file about using Stack Shield.

