The project has been set up via tutorial available on https://medium.com/jspoint/a-simple-guide-to-load-c-c-code-into-node-js-javascript-applications-3fcccf54fd32
- globally installed
node-gyp
- c++ compiler available (e.g. gnu)
- Adjust
index.cpp
- Run
node-gyp configure
from root's directory - Run
node-gyp build