Skip to content

Instantly share code, notes, and snippets.

@wiky
Created November 4, 2014 09:36
Show Gist options
  • Save wiky/8c8e365243c5f8be8e03 to your computer and use it in GitHub Desktop.
Save wiky/8c8e365243c5f8be8e03 to your computer and use it in GitHub Desktop.
build nodegit for node-webkit
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment