p4nd4, not in B&W.

zoe and lustelumenya

Download and Install (2 of 2)

Repeat and repeat.

This is the short version!


#POSSIBLY
sudo apt autoremove

#MAYBE
sudo snap install cmake --classic

#ALWAYS
# Cannot repeat often enough; 'build-essential' are necessary.
sudo apt-get install build-essential

#AND THEN
cmake .
make
sudo make install

;