Add Travis CI support
[purplehaze.git] / INSTALL.md
blob13ecba953a00922de5c6290aa573d86589e28699
1 Installation
2 ============
4 For compiling Purple Haze with the default compiler:
6     $ make
9 For compiling Purple Haze with the Clang C++ compiler:
11     $ env CXX=clang++ make
14 For compiling with the Intel(R) C++ compiler, on the IA-32 architecture
15 using Intel(R) C++ Compiler XE version 12.0.4 (2011/04/27) on GNU/Linux:
17     $ source /opt/intel/composerxe/bin/compilervars.sh ia32
18     $ env CXX=icpc make
21 For using Purple Haze:
23     $ ./purplehaze
26 For running Purple Haze unit tests:
28     $ cd test/unit
29     $ make
30     $ ./test_purplehaze --gtest_color=1