Skip to content

Commit

Permalink
README.md: installing on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 16, 2018
1 parent bbd2fe4 commit 9cb7187
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ A Clang 3.9 fork makes its appearance as a submodule, it's therefore strongly re

Please note that to build Calypso in ```Debug``` mode LLVM needs to be built in ```Debug``` mode as well.

### Installing on OSX
```
brew install gcc
gcc_D=$homebrew_D/Cellar/gcc/7.2.0/
ccmake -D LLVM_CONFIG=$homebrew_D/Cellar/llvm@3.9/3.9.1_1/bin/llvm-config -D D_FLAGS="-cpp-args=-I$gcc_D/include/c++/7.2.0;-cpp-args=-I$gcc_D/include/c++/7.2.0/x86_64-apple-darwin17.2.0;-cpp-args=-I$gcc_D/lib/gcc/7/gcc/x86_64-apple-darwin17.2.0/7.2.0/include" ..
make -j8
# NOTE: you may encounter https://github.com/Syniurge/Calypso/issues/77, https://github.com/Syniurge/Calypso/issues/57
```

Specific flags and building the basic example
-------

Expand Down

0 comments on commit 9cb7187

Please sign in to comment.