Installation Instructions

Installation Instructions

All of the packages that can be downloaded are setup with:

        ./configure --prefix=/your/path

SOCR requires the Epicurus library to be installed. To do this, download the Epicirus package (the extra application package is optional) and install it.

    tar zxvf Epicurus-_._.tar.gz
    cd Epicurus-_._
    ./configure --prefix=/path
    make
    make install

After Epicurus is installed you can download SOCR and compile it up.

Download and install SOCR. Use the same prefix path as you used for Epicurus.

If you want to see the KDE UI, download and install the KSOCR package.