# Fetch this project.
git clone git://github.com/tbranyen/nodegit.git
# Enter the repository.
cd nodegit
# Installs the template engine, run the code generation script, and build.
npm install
# rebuild on win
nw-gyp clean configure build --target=0.10.5
# rebuild on mac
sudo nw-gyp clean configure build --arch=x64 --target=0.10.5
Created
November 4, 2014 09:36
-
-
Save wiky/8c8e365243c5f8be8e03 to your computer and use it in GitHub Desktop.
build nodegit for node-webkit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment