iotbzh / DEPRECATED_txc-demo

openXC trace player
1 stars 0 forks source link

Build

Run:

# git submodule init
# git submodule update

# npm install

# export PATH="$PATH:`pwd`/node_modules/.bin"

# mkdir build-app
# cd build-app
# cmake ../app
# make

# mkdir build-binding
# cd build-binding
# cmake ../binding
# make