luiggino / libgit2cpp

C++ wrapper for libgit2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libgit2cpp

C++ wrapper for libgit2

Building libgit2cpp - Using CMake

$ mkdir build && cd build
$ cmake ..
$ make

Testing

$ cd build
$ ./test.sh <path_to_non_shared_repo> [path_to_libgit2_testrepo]

e.g.

$ mkdir build && cd build
$ cmake ..
$ make
$ ./test.sh .. ../../libgit2/tests/resources/testrepo.git

About

C++ wrapper for libgit2


Languages

Language:C++ 96.9%Language:Shell 1.6%Language:CMake 1.5%