-
Download the source
-
Create a build folder (cmake-build) in the root project directory
-
Change directory to the (cmake-build) director
-
Execute cmake
cmake ..
-
Execute make
make
-
Make & run tests
make test
-
Download the source
-
Create a build folder (emcmake-build) in the root project directory
-
Ensure that you have the emsdk profile loaded into BASH
source {PATH_TO_EMSDK_DIR}/emsdk_env.sh
-
Execute the emscripten version of cmake
emcmake cmake ..
-
Execute the emscripten version of make & run tests
emmake make
- Download the source
- Open the 'jni' folder in your Java IDE
- Run the Gradle build
- Run the tests
- Download the source
- Open the 'jna' folder in your Java IDE
- Run the Gradle build
- Run the tests