mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
This directory contains sample code for Keystone engine.
|
|
|
|
- On Linux/Mac OSX/*nix, compile sample with "make" as following:
|
|
|
|
$ make
|
|
|
|
Then run the resulted "sample"
|
|
|
|
- On Windows, compile sample with "nmake.bat" as following (CMake is required):
|
|
|
|
$ mkdir build
|
|
$ cd build
|
|
$ ../nmake.bat
|
|
|
|
Then run the resulted "sample.exe"
|