Run: (note it’s without cmake)
sudo apt install build-essential gcc libgtk2.0-dev libasound2-dev python3-minimal libavformat-dev libjack-jackd2-dev
Go to https://cmake.org/download/ , download cmake-3.17.4.tar.gz and unpack it.
Go to the folder that contains the file “bootstrap” and type:
./bootstrap -- -DCMAKE_USE_OPENSSL=OFF
OPENSSL is not installed by default. That’s why you have to turn this option OFF. You can as well just run ./bootstrap. After a few minutes, you should get a message telling you to add that option or install openssl. I don’t need openssl, so I didn’t install it.
then:
make
then:
sudo make install
cmake will be installed in /usr/local/share
Then continue from https://forum.audacityteam.org/t/building-audacity-2-4-2-on-ubuntu-20-04/57719/1 without reinstalling all the packages.
You will just need git.
Maybe I should modify the title of this thread because it’s not antix 4.9.160. Let me know. Thanks