wiki:software:cmake
Cmake install
This is something should probably include in the docker image build. For now, will need to compile from the source. This is needed for some packages in R to compile. The source
Unpack tar file and cd into the install folder. To build do the following:
./bootstrap && make DESTDIR=/home/.hub_local make DESTDIR=/home/.hub_local install cd /home/.hub_local/bin ln -s ../usr/local/bin/* .
That should do it.
wiki/software/cmake.txt · Last modified: 2023/01/18 13:09 by keistc