mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Update build-full.sh
This commit is contained in:
@@ -97,7 +97,7 @@ echo "-- Install Cmake 3.25.3 --" &&
|
|||||||
pwd &&
|
pwd &&
|
||||||
( wget -nc -q https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3-linux-x86_64.tar.gz; echo "" ) &&
|
( wget -nc -q https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3-linux-x86_64.tar.gz; echo "" ) &&
|
||||||
tar -xzf cmake-3.25.3-linux-x86_64.tar.gz -C /hbb/ &&
|
tar -xzf cmake-3.25.3-linux-x86_64.tar.gz -C /hbb/ &&
|
||||||
ln -sf /usr/local/cmake-3.25.0-linux-x86_64/bin/cmake /usr/local/bin/cmake &&
|
ln -sf /usr/local/cmake-3.25.0-linux-x86_64/bin/cmake /hbb/bin/cmake &&
|
||||||
echo "-- Install Boost 1.86.0 --" &&
|
echo "-- Install Boost 1.86.0 --" &&
|
||||||
pwd &&
|
pwd &&
|
||||||
( wget -nc -q https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz; echo "" ) &&
|
( wget -nc -q https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz; echo "" ) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user