blob: 97e5524dcf9501ab23be70a97b3f815b03b119b0 [file] [log] [blame]
Nguyen Anh Quynh61882e52014-05-18 00:39:49 +08001This directory includes all the necessary files to compile Capstone on Windows
2using Microsoft Visual Studio (VS).
3
4
5NOTE:
6
7(1) Visual Studio 2010 or newer versions is required. Open "capstone.sln" to
8 build the libraries & test code with Visual Studio. The resulted binaries
9 are put under either msvc/Debug or msvc/Release, depending on how you choose
10 to compile them.
11
12(2) The solution (capstone.sln) & all project files (*.vcxproj) are made in
13 Visual Studio 2010, so if you open them using newer version, an extra step
14 is needed to convert them to current version. Just accept this when
15 asked at the initial dialog, and proceed to build the solution normally
16 afterwards.