We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here the steps to build on Ubuntu:
sudo apt-get install nodejs npm
sudo npm install node-gyp -g
sudo npm install mocha -g
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
Now is a good time to grap a cup of coffee! :)
npm install
node-gyp configure
node-gyp build
mocha
cd sample
node app.js
Visit http://localhost:3000 with Chrome or Firefox
Verify that node-occ is up and running by launching the tests
npm test
Methods