We love to get pull requests, but please restrict it to be directly related to the cephes library from http://www.netlib.org/cephes/.
To compile node-cephes
you must have the following installed:
clang-format
: https://github.com/angular/clang-format#readmecproto
: http://cproto.sourceforge.net/, on MacOS brew install cproto
will work fine.emscripten
: http://emscripten.org/, see install instructions here: http://kripken.github.io/emscripten-site/docs/getting_started/downloads.htmlnpm install
To re-download the cephes library run:
make download
To compile:
make build