From 4a34168b80fe706f52417106821c9cbfec630e47 Mon Sep 17 00:00:00 2001 From: dcolens Date: Wed, 2 Oct 2013 17:27:52 +0200 Subject: [PATCH] cmake 2.8 is required to build nodegit The "--build" option appeared in 2.8, some distros such as rhel provide cmake 2.6 by default and it can take a while to figure why the build fails. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462e22e18..08a0d5140 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Building and installing ### Dependencies ### -To install `nodegit` you need `Node.js`, `python` and `cmake`. +To install `nodegit` you need `Node.js`, `python` and `cmake` (>=2.8). ### Easy install (Recommended) ### This will install and configure everything you need to use `nodegit`.