Nanos Environment distribution

Binary versions

 We distribute binary precompiled versions of the full NANOS environment (mercurium+nanos4+mintaka) for the following architectures:

Older versions are archived in the releases directory

Installation

Just download the self extracting shell script, if needed give it execution permissions

$ chmod +x nanos-install-xxx+yyy.sh

and then run it

$ ./nanos-install-xxx+yyy.sh install-dir

Where install-dir is the absolute path of the nanos installation. If you do not specify install-dir in the command line the script will request it. Now just ensure that install-dir/bin is in your PATH and you can start using mcc (for C) and mcxx (for C++) compilers.