EYE install For Linux --------- Unzip eye.zip from https://sourceforge.net/projects/eulersharp/files/eulersharp/ Install gmp library e.g. sudo apt install libgmp-dev Install swipl kernel + package clib from http://www.swi-prolog.org/Download.html Install curl from http://curl.haxx.se/download.html Install cturtle from https://github.com/melgi/cturtle/releases/ Put the swipl, curl and cturtle executables in the path environment variable. Run the installation script install.sh which will - copy the EYE source file eye.prolog to /opt/eye/src/eye.prolog - create the EYE image file at /opt/eye/lib/eye.pvm - copy the EYE launch script eye.sh to /opt/eye/bin/eye.sh Test the EYE installation via /opt/eye/bin/eye.sh --version and it should return the version which is in the file VERSION. For Windows ----------- Unzip eye.zip from https://sourceforge.net/projects/eulersharp/files/eulersharp/ Install swipl kernel + package clib from http://www.swi-prolog.org/Download.html Install curl from http://curl.haxx.se/download.html Install cturtle from https://github.com/melgi/cturtle/releases/ Put the swipl, curl and cturtle executables in the path environment variable. Run the installation script install.cmd which will - copy the EYE source file eye.prolog to C:\Program Files\eye\src\eye.prolog - 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 Test the EYE installation via "C:\Program Files\eye\bin\eye.cmd" --version and it should return the version which is in the file VERSION. For Mac ------- Unzip eye.zip from https://sourceforge.net/projects/eulersharp/files/eulersharp/ Install swipl kernel + package clib from http://www.swi-prolog.org/Download.html Install cturtle from https://github.com/melgi/cturtle/releases/ Put the swipl and cturtle executables in the path environment variable. Run the installation script install.sh which will - copy the EYE source file eye.prolog to /opt/eye/src/eye.prolog - create the EYE image file at /opt/eye/lib/eye.pvm - copy the EYE launch script eye.sh to /opt/eye/bin/eye.sh Test the EYE installation via /opt/eye/bin/eye.sh --version and it should return the version which is in the file VERSION.