Generates a Nodegit module for NodeOS
npm install nodeos-nodegitBuilding nodegit for NodeOS with the cross building toolchain
``bash`
$ npm install -S @nodeos/nodegit
That's are the steps to build Nodegit
Instead of node-pre-gyp i used node-gyp with prebuilt-install
to make use of precompiled binaries.
1) Setting up the Cross building toolchain
2) Getting some Environment Variables (and defining some of them)
3) Downloading Nodegit (without Submodules)
4) Installing only Nodegit's dependencies
5) Downloading libssh2 (because curl cant download them)autoreconf -fi
6) Running (to get rid of the missing script warning)libssh2
7) Configuring with openssldist/
8) Building Nodegit
9) Generating the and lib/ folderprebuild-install`
10) Copying over all to the base folder and unpacking itself
11) Creating corresponding prebuilds for