Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
ec821ca6
Commit
ec821ca6
authored
Dec 04, 2010
by
Peter Drahoš
Committed by
Vicent Marti
Dec 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
583cf169
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
README.md
+20
-0
No files found.
README.md
View file @
ec821ca6
...
...
@@ -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+
<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
==================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment