User Tools

Site Tools


qLinux
… a distribution study


<< Prev
BIND Utilities-9.18.0

Next >>
Lsof-4.94.0


Cmake-3.23.0

Download: cmake-3.23.0-rc5.tar.gz. Fix the build system:

patch -Np1 -i cmake-3.23.0-rc5-bld-20220324.patch
./configure --prefix=/plng --datadir=dat/cmake --docdir=/tmp -- -DCMAKE_USE_OPENSSL=OFF

-DCMAKE_USE_OPENSSL=OFF
    Disable openssl - this is a cmake option and have to be specified after  – .

make

Unfortunately the build system isn't intuitive and hopeless bloated. Thus we do clean up the installation a bit:

mv -v /plng/share/aclocal/cmake.m4 /plng/dat/aclocal/
mv -v /plng/share/bash-completion/completions/* /qlnx/dat/bash-completion/completions/
rm -rf /plng/share

<< Prev
BIND Utilities-9.18.0

Next >>
Lsof-4.94.0