mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 02:43:34 +02:00
Add cmake to build from source
Add cmake to build from source Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user