-------------------------------------------
Stack Shield installation info v0.3
-------------------------------------------

At the time of this relase there is no make file, it will be added in future
versions, howewer currentely there is just one C file to compile.

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 complie the file protection
    program:
      cd ./stackshield-<version number>
      gcc -o ./bin/stackshield ./src/stackshield.c

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.

