Merge branch 'release-2.1.0'
[purplehaze.git] / INSTALL.md
blobb3ddb13c2a6392b0540da5d8c2d5bd582f17d04c
1 Installation
2 ============
4 For obtaining Purple Haze and compiling the source with the default compiler:
6     $ git clone git://github.com/vinc/purplehaze.git
7     $ cd purplehaze
8     $ make
11 For compiling the source with the Clang C++ compiler:
13     $ env CXX=clang++ make
16 For compiling with the Intel C++ compiler, on the IA-32 architecture using
17 Intel C++ Compiler XE on GNU/Linux:
19     $ source /opt/intel/composerxe/bin/compilervars.sh ia32
20     $ env CXX=icpc make
23 For running the unit tests:
25     $ make test
28 And finally for executing Purple Haze:
30     $ ./purplehaze