Quick Start / Software / Home
Quick Start Installation Instructions

Download our software using the tar file provided in our release archive. Detailed installation instructions can be found in our on-line tutorial.

To install the system after you have unpacked it, use these commands:

    ./configure
    make
    make install
    make test
(Note: if you use the --prefix option for configure, it must contain a leading "/" and be an absolute path name.)

After you have installed, you can establish the ISIP environment (or re-establish it in later sessions) by using the source command:

    source /ISIP_BASE_ENV.sh

    -or-

    cd ; source ISIP_BASE_ENV.sh;
A more in depth installation guide can be found in our on-line tutorial.