_xeroxz 095f1b17d0 | 4 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 4 years ago | |
Makefile | 4 years ago | |
README | 4 years ago | |
nmake.bat | 4 years ago | |
sample.c | 4 years ago |
README
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"