mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
17 lines
806 B
Markdown
17 lines
806 B
Markdown
To compile Keystone on Mac OS X, Linux, BSD, Solaris and all kind of nix OS,
|
|
see [COMPILE-NIX.md](COMPILE-NIX.md)
|
|
|
|
To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
|
|
|
|
To cross-compiling for Windows from Linux, see [COMPILE-WINDOWS-CROSS.md](COMPILE-WINDOWS-CROSS.md)
|
|
|
|
Alternatively, you can build and install Keystone using [vcpkg](https://github.com/Microsoft/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/
|