Skip to content

Files

Latest commit

2a611d9 · May 15, 2023

History

History

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 28, 2016
Apr 28, 2016
Apr 28, 2016
Apr 28, 2016
May 15, 2023
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"