Linux: Installation of latest binary version
The MIRA binary install script can be download here mira-installer-binary.sh.
For more information please click here: RequirementsLinux and InstallationFromBinaryOnLinux.
Linux: Installation from source code
The MIRA source code can be download from here MIRA Download.
After downloading the source archive, simply unpack and compile it:
> tar xzvf MIRA-yyyy-mm-dd_rNNNN.tar.gz
> cd MIRA
> export MIRA_PATH=/my/path/to/MIRA
> export LD_LIBRARY_PATH=/my/path/to/MIRA/lib
> make release
For more information please click here: RequirementsLinux and InstallationFromSourceOnLinux
We strongly recommend to set the following environment variables in your .bashrc file:
export MIRA_PATH=/my/path/to/mira
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/my/path/to/mira/lib
Optionally (for convenience), you can add the MIRA binary directory to your PATH
:
export PATH=$PATH:/my/path/to/mira/bin