mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
Update COMPILE_CMAKE.TXT
This commit is contained in:
parent
ea16de9ba4
commit
40012f1bc9
@ -51,7 +51,7 @@ Get CMake for free from http://www.cmake.org.
|
||||
some examples on how to build Capstone on Windows with CMake.
|
||||
|
||||
|
||||
- To build Capstone using Nmake of Windows SDK, do f:
|
||||
(*) To build Capstone using Nmake of Windows SDK, do:
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
@ -63,15 +63,15 @@ Get CMake for free from http://www.cmake.org.
|
||||
|
||||
|
||||
|
||||
- To build Capstone using Visual Studio, choose the generator accordingly to the
|
||||
(*) To build Capstone using Visual Studio, choose the generator accordingly to the
|
||||
version of Visual Studio on your machine. For example, with Visual Studio 2013, do:
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 12" ..
|
||||
|
||||
After this, find libcapstone.sln in the same directory. Open it with Visual Studio
|
||||
and build the solution as usual.
|
||||
After this, find capstone.sln in the same directory. Open it with Visual Studio
|
||||
and build the solution including libraries & all test as usual.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user