You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
362 B

3 years ago
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"