BUILD INSTRUCTIONS
==================

./dependencies.sh
./build.sh
./install.sh TARGET

dependencies.sh 
---------------
- needs to be run only once (rerunning is not harmful)
- install several packages using brew
- install nexusformat form patched source code 

build.sh
--------
- removes last build (if it exists)
- builds everything

install.sh TARGET
-----------------
- installs everything in the directory TARGET
- if TARGET is not given uses /opt/mlfsoft/pythonX.Y as a default
- can be run multiple times without the need to rebuild
