File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ http://www.nodegit.org/nodegit/
2323Minimum dependencies:
2424
2525* [ Python 2] ( https://www.python.org/ )
26- * [ CMake >= 2.8] ( http://www.cmake.org/ )
2726
2827``` bash
2928npm install nodegit
@@ -49,31 +48,26 @@ correctly.
4948
5049### Installing dependencies: ###
5150
52- #### OS X ####
51+ #### Mac OS X ####
5352
54- Using Brew:
55-
56- ``` bash
57- brew install cmake libzip
58- ```
53+ - [ Install XCode Command Line Tools] ( http://railsapps.github.io/xcode-command-line-tools.html )
5954
6055#### Linux ####
6156
6257Using APT in Ubuntu:
6358
6459``` bash
65- sudo apt-get install cmake libzip-dev build-essential
60+ sudo apt-get install build-essential
6661```
6762
6863Using Pacman in Arch Linux:
6964
7065``` bash
71- sudo pacman -S cmake libzip base-devel
66+ sudo pacman -S base-devel
7267```
7368
7469#### Windows ####
7570
76- - [ Download and install CMake] ( http://www.cmake.org/cmake/resources/software.html ) .
7771- [ Download and install Python] ( https://www.python.org/download/windows ) .
7872- [ Download and install VS Express] ( http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop ) .
7973
You can’t perform that action at this time.
0 commit comments