Skip to content

Commit 1629ba6

Browse files
committed
Remove documentation on CMake.
1 parent a29baee commit 1629ba6

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ http://www.nodegit.org/nodegit/
2323
Minimum dependencies:
2424

2525
* [Python 2](https://www.python.org/)
26-
* [CMake >= 2.8](http://www.cmake.org/)
2726

2827
``` bash
2928
npm 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

6257
Using 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

6863
Using 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

0 commit comments

Comments
 (0)