Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 767 Bytes

development_setup.md

File metadata and controls

17 lines (11 loc) · 767 Bytes

Getting started

In order to contribute to or build acl-js you will first need to setup your environment.

Setting up your environment

  1. Install CMake 3.4+, Python 3.4+, Emscripten SDK 1.39.11+.
  2. Execute git submodule update --init to get the files of external submodules (e.g. ACL).
  3. Generate the the make files with: python make.py (output under ./build).
  4. Build with: python make.py -build (output under ./bin).
  5. Run the unit tests with: python make.py -unit_test

Above steps have been tested under OS X and Linux.

Commit message format

This library uses the angular.js message format and it is enforced with commit linting through every pull request.