mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
add cmake.sh
This commit is contained in:
parent
06e6167ceb
commit
d831fd6a4b
10
cmake.sh
Executable file
10
cmake.sh
Executable file
@ -0,0 +1,10 @@
|
||||
# Capstone disassembler engine (www.capstone-engine.org)
|
||||
# Build Capstone libs (libcapstone.so & libcapstone.a) on *nix with CMake & make
|
||||
# By Nguyen Anh Quynh, 2019
|
||||
|
||||
# Uncomment below line to compile in Diet mode
|
||||
# cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON ..
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
make -j8
|
Loading…
Reference in New Issue
Block a user