mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
Update README.md
This commit is contained in:
parent
583cf1696a
commit
ec821ca6e4
20
README.md
20
README.md
@ -35,6 +35,26 @@ libgit2 is already very usable.
|
|||||||
* tree traversal
|
* tree traversal
|
||||||
* basic index file (staging area) operations
|
* basic index file (staging area) operations
|
||||||
|
|
||||||
|
Building libgit2 - Using CMake
|
||||||
|
==============================
|
||||||
|
|
||||||
|
When building using CMake the following dependencies are required:
|
||||||
|
|
||||||
|
* CMake 2.6+ <http://www.cmake.org>
|
||||||
|
|
||||||
|
Probably already installed in your system are:
|
||||||
|
|
||||||
|
* zlib 1.2+ <http://www.zlib.net/>
|
||||||
|
|
||||||
|
* LibSSL <http://www.openssl.org/>
|
||||||
|
|
||||||
|
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
|
Building libgit2 - Unix systems
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user