From ec821ca6e434547c46e4dc66c534b78f79535b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Draho=C5=A1?= Date: Sat, 4 Dec 2010 17:41:04 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0ce9066d1..c8c09cd49 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,26 @@ libgit2 is already very usable. * tree traversal * basic index file (staging area) operations +Building libgit2 - Using CMake +============================== + +When building using CMake the following dependencies are required: + +* CMake 2.6+ + +Probably already installed in your system are: + +* zlib 1.2+ + +* LibSSL + +Generate makefile or IDE workspace specific to your system using CMake by pointing the CMakeGui to the CMakeLists.txt file. + +Optionally, you can build from commandline on most UNIX systems using: + + $ ccmake . + $ make install + Building libgit2 - Unix systems ==================================