EYE install For Linux --------- Unzip eye.zip from http://sourceforge.net/projects/eulersharp/files/eulersharp/ Install swipl kernel + package clib from http://www.swi-prolog.org/Download.html For Ubuntu: http://www.swi-prolog.org/build/PPA.txt Install curl from http://curl.haxx.se/download.html For Ubuntu: included: command: sudo apt install curl Install cturtle from http://github.com/melgi/cturtle/releases/ 1. download Source code 2. commands: sudo apt-get install flex # needed for 'make' make # from within folder 'cturtle-1.0.6' Install carl from http://github.com/melgi/carl/releases/ 1. download Source code or other for windows 2. commands: make maintainer-clean src/N3Lexer.cc # if needed make # from within folder 'carl-1.0.3' Put the swipl, curl, cturtle and carl executables in the path environment variable. 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 Test the EYE installation via /opt/eye/bin/eye.sh --version and it should return the version which is in the file VERSION. Note: CWM --------- Another machine reasoner, used to 'beuatify' (condense, make more readable) N3-output of EYE; written in python by Time Berners-Lee. - http://www.w3.org/2000/10/swap/doc/CwmInstall - python-2.7.12.amd64 # needed - command: sudo apt-get install swap-cwm For Windows ----------- Unzip eye.zip from http://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 http://github.com/melgi/cturtle/releases/ Install carl from http://github.com/melgi/carl/releases/ Put the swipl, curl, cturtle and carl executables in the path environment variable. 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 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 http://sourceforge.net/projects/eulersharp/files/eulersharp/ Install swipl kernel + package clib from http://www.swi-prolog.org/Download.html Install cturtle from http://github.com/melgi/cturtle/releases/ Install carl from http://github.com/melgi/carl/releases/ Put the swipl, cturtle and carl executables in the path environment variable. 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 Test the EYE installation via /opt/eye/bin/eye.sh --version and it should return the version which is in the file VERSION.