Skip to content

Instantly share code, notes, and snippets.

@yorkxin
Created April 4, 2012 07:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorkxin/2299562 to your computer and use it in GitHub Desktop.
Save yorkxin/2299562 to your computer and use it in GitHub Desktop.
Build GitX (R)

GitX (R)

brew install cmake
brew link cmake
brew install libgit2

git clone git://github.com/rowanj/gitx.git
cd gitx

git submodule init
git submodule update

cd objective-git
git submodule init
git submodule update

# build in xcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment