############################################################
Installs Perl modules used by ASSP Version 1.X
############################################################

*nix (including Mac OS X) per script:

- cd to assp directory
- Run 'perl mod_inst.pl' ('sudo perl mod_inst.pl' might be necessary)



Windows:

Perl 5.12 is not binary compatible with Perl 5.10 or 5.8. These PPM packages contain both codes for 5.8 and 5.10. You may try other, PPM will refuse to install incompatible modules.


- Download "assp.mod.zip" from
http://downloads.sourceforge.net/project/assp/ASSP%20Installation/Modules/assp.mod.zip
and unzip the folder assp.mod into the c:/assp base directory.


- Open a Windows command line, Run > cmd.exe and change directory to c:/assp/assp.mod/install 

If you are running a default installation and are not using an Internet Proxy, enter
perl mod_inst.pl

If you have to use an Internet Proxy OR you have not done a default installation, then
A). Edit the install.cmd file
B). Edit the blank line if the location of your ASSP installation is not default! I.E. set ASSPDIR=D:\assp
C). Please set your Proxy, if you need it.
D). Save the file install.cmd
E). Run 'install.cmd'