                                  EYE install

For Linux
---------

Unzip eye.zip from http://sourceforge.net/projects/eulersharp/files/eulersharp/

Install SWI-Prolog from http://www.swi-prolog.org/Download.html
Test the SWI-Prolog installation via command line swipl --version
and it should return the installed version number.

Run the installation script install.sh which will
- copy the EYE source file eye.pl to /opt/eye/src/eye.pl
- create the EYE image file at /opt/eye/lib/eye.pvm
- copy the EYE launch script eye.sh to /opt/eye/bin/eye.sh
- create a link from /opt/eye/bin/eye.sh to /usr/local/bin/eye

Test the EYE installation via command line eye --version
and it should return the version which is in the file VERSION.


For Windows
-----------

Unzip eye.zip from http://sourceforge.net/projects/eulersharp/files/eulersharp/

Install SWI-Prolog from http://www.swi-prolog.org/Download.html
Test the SWI-Prolog installation via command line swipl --version
and it should return the installed version number.

Run the installation script install.cmd which will
- copy the EYE source file eye.pl to C:\Program Files\eye\src\eye.pl
- create the EYE image file at C:\Program Files\eye\lib\eye.pvm
- copy the EYE launch script eye.cmd to C:\Program Files\eye\bin\eye.cmd

Put C:\Program Files\eye\bin in the path environment variable.
Test the EYE installation via command line eye --version
and it should return the version which is in the file VERSION.


For Mac
-------

Unzip eye.zip from http://sourceforge.net/projects/eulersharp/files/eulersharp/

Install SWI-Prolog from http://www.swi-prolog.org/Download.html
Test the SWI-Prolog installation via command line swipl --version
and it should return the installed version number.

Run the installation script install.sh which will
- copy the EYE source file eye.pl to /opt/eye/src/eye.pl
- create the EYE image file at /opt/eye/lib/eye.pvm
- copy the EYE launch script eye.sh to /opt/eye/bin/eye.sh
- create a link from /opt/eye/bin/eye.sh to /usr/local/bin/eye

Test the EYE installation via command line eye --version
and it should return the version which is in the file VERSION.
