Add cmake to build from source

Add cmake to build from source

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-06-30 09:07:19 +02:00
parent ce95ecfbf6
commit 479f1c5d6f
5 changed files with 10 additions and 8 deletions

View File

@ -32,7 +32,7 @@ rm -f git-${GIT_VERSION}.tar.gz
pushd git-${GIT_VERSION}
./configure --prefix=/usr/local --with-curl
make
make -j$(nproc)
make install
popd