diff --git a/builds/TritonBuild/osx/README.md b/builds/TritonBuild/osx/README.md index 530af4cd..07d3a23c 100644 --- a/builds/TritonBuild/osx/README.md +++ b/builds/TritonBuild/osx/README.md @@ -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: ``` diff --git a/external-libs/libs/osx/ALL_static_x86/libtriton.a b/external-libs/libs/osx/ALL_static_x86/libtriton.a index 7f3515f1..0fb8be27 100644 Binary files a/external-libs/libs/osx/ALL_static_x86/libtriton.a and b/external-libs/libs/osx/ALL_static_x86/libtriton.a differ diff --git a/latest_builds/ponce_x64_IDA68_mac.pmc64 b/latest_builds/ponce_x64_IDA68_mac.pmc64 index d93c95a0..4cafb1ca 100755 Binary files a/latest_builds/ponce_x64_IDA68_mac.pmc64 and b/latest_builds/ponce_x64_IDA68_mac.pmc64 differ diff --git a/latest_builds/ponce_x64_IDA69_mac.pmc64 b/latest_builds/ponce_x64_IDA69_mac.pmc64 index f07cbc9c..2a3565eb 100755 Binary files a/latest_builds/ponce_x64_IDA69_mac.pmc64 and b/latest_builds/ponce_x64_IDA69_mac.pmc64 differ diff --git a/latest_builds/ponce_x86_IDA68_mac.pmc b/latest_builds/ponce_x86_IDA68_mac.pmc index 84cb607d..4a00ed9d 100755 Binary files a/latest_builds/ponce_x86_IDA68_mac.pmc and b/latest_builds/ponce_x86_IDA68_mac.pmc differ diff --git a/latest_builds/ponce_x86_IDA69_mac.pmc b/latest_builds/ponce_x86_IDA69_mac.pmc index 453ff5e4..d8ba736f 100755 Binary files a/latest_builds/ponce_x86_IDA69_mac.pmc and b/latest_builds/ponce_x86_IDA69_mac.pmc differ