Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

iotbzh/DEPRECATED_txc-demo

Repository files navigation

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