To fetch and build OTAWA version parMERASA on a unix machine: $ hg clone https://anon:ok@wwwsecu.irit.fr/hg/TRACES/dist otawa-dist $ cd otawa-dist $ ./build.sh -D -p otawa-parmerasa The build script will create a folder with the name of the architecture of the host machine (e.g. linux-x86_64) and within that folder, fetch OTAWA sources in folder "otawa-parmerasa-build" and install OTAWA in folder "otawa-parmerasa". Most common dependencies that your system may be lacking are gcc, autotools, mercurial, bazaar, flex, bison, cmake, libxml2++-dev, libxslt-dev, and ocaml. The name of the packages containing these libraries and tools may depend on your distribution.