Moved CMake to the chrooted build

This commit is contained in:
Alexander Hill
2025-04-20 16:20:16 -04:00
parent 1f29f67133
commit 7c11f8a1aa
2 changed files with 17 additions and 17 deletions

View File

@@ -135,6 +135,23 @@ make -j $THREADS
make -j $THREADS install
cd ..
# CMake Build
tar xf ../sources/cmake-*.tar*
cd cmake-*/
./bootstrap \
--bindir=/bin \
--parallel=$THREADS \
--prefix=/usr \
--system-bzip2 \
--system-curl \
--system-expat \
--system-libarchive \
--system-liblzma \
--system-zlib
make -j $THREADS
make -j $THREADS install
cd ..
# Samurai Build
tar xf ../sources/samurai-*.tar*
cd samurai-*/