MIRA
|
Previous: Introduction | Next: QuickStart |
---|
Please make sure that your system meets all necessary requirements: Requirements for Linux Distributions
First you need to download the sources from our FTP server: ftp://ftp.mira-project.org/download .
After the download, you can unpack and compile MIRA by doing the following steps:
We strongly recommend to set the environment variables MIRA_PATH and LD_LIBRARY_PATH in your .bashrc file :
Optionally (for convenience), you can add the MIRA binary directory to your PATH
:
If there are any errors please first have a look at Requirements for Linux Distributions if your system meets all the requirements.
After a successful installation you may want to enable additional tools and tab-completion for the bash shell as described here: Mira Extensions for the Bash Shell.
Please make sure that your system meets all necessary requirements: Requirements for Linux Distributions
If you have access to the SVN repository you can checkout the latest version of MIRA:
or:
(depending on your SVN access rights)
Set the MIRA_PATH environment variable and add the MIRA build folder to LD_LIBRARY_PATH in your .bashrc file :
Optionally (for convenience), you can add the MIRA binary directory to your PATH
:
Now you can build MIRA. Run make
in your MIRA folder:
In order to build MIRA with CLang instead of GCC type:
For more details see Build System.
After a successful installation you may want to enable additional tools and tab-completion for the bash shell as described here: Mira Extensions for the Bash Shell.
Please make sure that your system meets all necessary requirements: Requirements for Linux Distributions
First you need to download the installer script mira-installer-binary.sh from http://www.mira-project.org and start it in a console by typing:
The argument SystemName specifies your operating system. At the moment, the following systems are support:
You will be asked for a directory you like to install MIRA. After that, the installation will:
After success you will be presented with a completion message. Note that you should add the environment variables for the path to MIRA as suggested by the installer. You can set the MIRA_PATH environment variable and add the MIRA folder to LD_LIBRARY_PATH in your .bashrc file :
Finally, the installer will ask you if you like to start mirapackage to install more packages.
Optionally (for convenience), you can add the MIRA binary directory to your PATH
:
If there are any errors please first have a look at Requirements for Linux Distributions if your system meets all the requirements. If the installation fails at any point you can restart the installer and it will ask you if you like to continue.
After a successful installation you may want to enable additional tools and tab-completion for the bash shell as described here: Mira Extensions for the Bash Shell.
Please make sure that your system meets all necessary requirements: Requirements for Microsoft Windows
If you have access to the SVN repository you can checkout the latest version of MIRA:
Set the MIRA_PATH environment variable and ensure, that the lib
directory is in the PATH
environment variable:
Please make sure, that the path is the real path (not the localized one!). For example, use "C:\Users\..." instead of "C:\Benutzer\...".
Optionally (for convenience), you can add the MIRA binary directory to your PATH
:
Now you can build MIRA. Run make
in your MIRA folder:
For more details see Build System.
Next: QuickStart |
---|