Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/illera88/PonceProject
Browse files Browse the repository at this point in the history
  • Loading branch information
0ca committed Oct 14, 2016
2 parents 95dfa1c + cca0080 commit 6c49ab2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion builds/TritonBuild/osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ You need to use the gcc compiler. We want to build it statically and without the

So we need this configuration:
```
cmake .. -DBOOST_ROOT=../../../../../external-libs/includes/boost_1_60_0/ -DCMAKE_C_COMPILER=/usr/local/Cellar/gcc/6.2.0/bin/gcc-6 -DCMAKE_CXX_COMPILER=/usr/local/Cellar/gcc/6.2.0/bin/g++-6 -DPYTHON_BINDINGS=off -DCMAKE_OSX_ARCHITECTURES=i386 -DZ3_INCLUDE_DIRS=../../../../../external-libs/includes/z3-4.4.2-linux86/include/ -DCAPSTONE_INCLUDE_DIRS=../../../../../external-libs/includes/capstone-3.0.4-linux/include/ -DSTATICLIB=on
mkdir build
cd build
mkdir x86
cd x86
cmake ../../../../../Triton/ -DBOOST_ROOT=../external-libs/includes/boost_1_60_0/ -DCMAKE_C_COMPILER=/usr/local/Cellar/gcc/6.2.0/bin/gcc-6 -DCMAKE_CXX_COMPILER=/usr/local/Cellar/gcc/6.2.0/bin/g++-6 -DPYTHON_BINDINGS=off -DCMAKE_OSX_ARCHITECTURES=i386 -DZ3_INCLUDE_DIRS=../external-libs/includes/z3-4.4.2-linux86/include/ -DCAPSTONE_INCLUDE_DIRS=../external-libs/includes/capstone-3.0.4-linux/include/ -DSTATICLIB=on
```
And after that you can do a make:
```
Expand Down
Binary file modified external-libs/libs/osx/ALL_static_x86/libtriton.a
Binary file not shown.
Binary file modified latest_builds/ponce_x64_IDA68_mac.pmc64
Binary file not shown.
Binary file modified latest_builds/ponce_x64_IDA69_mac.pmc64
Binary file not shown.
Binary file modified latest_builds/ponce_x86_IDA68_mac.pmc
Binary file not shown.
Binary file modified latest_builds/ponce_x86_IDA69_mac.pmc
Binary file not shown.

0 comments on commit 6c49ab2

Please sign in to comment.