Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 806 Bytes

COMPILE.md

File metadata and controls

16 lines (10 loc) · 806 Bytes

To compile Keystone on Mac OS X, Linux, BSD, Solaris and all kind of nix OS, see COMPILE-NIX.md

To compile Keystone on Windows, see COMPILE-WINDOWS.md

To cross-compiling for Windows from Linux, see COMPILE-WINDOWS-CROSS.md

Alternatively, you can build and install Keystone using vcpkg dependency manager with a single command:

  • vcpkg install keystone

VCPGK supports to build Keystone on Windows, Linux and Macos, the Keystone port in vcpkg is kept up to date by Microsoft team members and community contributors.

Learn more on how to code your own tools with our samples.

  • For C sample code, see code in directory samples/
  • For Python sample code, see code in directory bindings/python/