Kratos 2.0.1 Linux Installation
From KratosWiki
How To install Kratos 2.0.1 in Linux:
System Requirements
It will be assumed that Python 2.6 is present in the system. The following packages are required:
- python
- python-dev
Installing
Download the current Kratos release from Download and extract the contents of the file to a folder of your choice.
Libraries
Several required libraries are provided in the download, but some work is required to ensure that your system knows where to look for them. Assuming that you have extracted Kratos into
/home/MyDir/
open the ".basrhc" file that is on your home directory (using your favourite edit tool)
example:
gedit .bashrc
or
emacs .bashrc
or
kwrite .bashrc
Add the following lines to the end of your .bashrc file
export KRATOS_PATH=/home/MyDir/kratos export LD_LIBRARY_PATH=/home/MyDir/kratos/libs:$LD_LIBRARY_PATH