Update COMPILE_CMAKE.TXT

This commit is contained in:
Nguyen Anh Quynh 2014-05-30 00:37:30 +08:00
parent ea16de9ba4
commit 40012f1bc9

View File

@ -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.