Transform variables to constants in Eval
[purplehaze.git] / INSTALL.md
blob09b67988629342b82c5d24dab3b9400b92ab0144
1 Installation
2 ============
4 For compiling Purple Haze:
6     $ make
9 For compiling with the Intel(R) C++ Compiler, here on the IA-32 architecture
10 using Intel(R) C++ Compiler XE version 12.0.4 (2011/04/27) on GNU/Linux:
12     $ source /opt/intel/composerxe/bin/compilervars.sh ia32
13     $ make compiler=intel
16 For using Purple Haze:
18     $ ./purplehaze
21 For running Purple Haze unit tests:
23     $ cd test/unit
24     $ make
25     $ ./test_purplehaze --gtest_color=1