Merge remote-tracking branch 'carlos/less-work'
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
git clone -b master https://github.com/libgit2/libgit2.git
|
git clone --depth=1 -b master https://github.com/libgit2/libgit2.git
|
||||||
cd libgit2/
|
cd libgit2/
|
||||||
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -DCMAKE_INSTALL_PREFIX=../_install
|
cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DBUILD_CLAR=OFF
|
||||||
cmake --build . --target install
|
cmake --build . --target install
|
||||||
|
|
||||||
ls -la ..
|
ls -la ..
|
||||||
|
Reference in New Issue
Block a user