diff options
Diffstat (limited to 'build-chroot.sh')
| -rwxr-xr-x | build-chroot.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build-chroot.sh b/build-chroot.sh index 247c008..4a8aac9 100755 --- a/build-chroot.sh +++ b/build-chroot.sh @@ -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-*/ |
