-
-
Notifications
You must be signed in to change notification settings - Fork 77
Build on Ubuntu
Victofel edited this page Dec 17, 2016
·
6 revisions
on ubuntu
sudo apt-get install nodejs npm sudo npm install node-gyp -g sudo npm install mocha -g
#installing cmake sudo apt-get install cmake cmake-curses-gui g++ build-essential
git clone --recursive https://github.com/erossignon/node-occ.git cd node-occ sh prepare_build.sh npm install node-gyp configure node-gyp build mocha
cd sample npm install node app.js