From 694b2d703a02501f288269bea7d1a5d643a83cc8 Mon Sep 17 00:00:00 2001 From: Philip Schatz Date: Sun, 1 Sep 2013 19:28:56 -0400 Subject: [PATCH] Add system dependencies for OSX install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 70b805ba8..82ce94dc4 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ $ npm install nodegit #### Install `nodegit` by cloning source from GitHub and running `node install`: #### +```` bash +# Install system dependencies +$ brew install cmake libzip +$ npm install -g node-gyp +```` + ```` bash $ git clone git://github.com/tbranyen/nodegit.git $ cd nodegit