Build libgit2 with thread safe option enabled

This commit is contained in:
Kevin Sawicki
2013-03-05 14:27:19 -08:00
parent 7eee81cd6a
commit 91347f14f2
3 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
# From root of libgit2 repo:
# mkdir build
# cd build
# cmake .. -DCMAKE_INSTALL_PREFIX=~/repos/atom/git2 -DCMAKE_OSX_ARCHITECTURES="i386;x86_64" -DCMAKE_BUILD_TYPE=Release
# cmake .. -DCMAKE_INSTALL_PREFIX=~/github/atom/git2 -DCMAKE_OSX_ARCHITECTURES="i386;x86_64" -DCMAKE_BUILD_TYPE=Release -DTHREADSAFE=1 -DBUILD_CLAR=OFF
# cmake --build . --target install
#
# From root of atom repo: