About audacity: Usually, we compile it on the assumed guide. https://lefestyle101.blogspot.com/2020/08/instructions-for-building-on-linux.html --- Error: $ cmake3 .. CMake Error at CMakeLists.txt:6 (cmake_minimum_required): CMake 3.15 or higher is required. You are running version 3.6.1 -- Configuring incomplete, errors occurred! --- Error: $ cmake .. CMake Error at CMakeLists.txt:6 (cmake_minimum_required): CMake 3.15 or higher is required. You are running version 2.8.12.2 -- Configuring incomplete, errors occurred! --- In audacity, VERSION changed like the below: #cmake_minimum_required( VERSION 3.15 ) cmake_minimum_required( VERSION 3.6.1 ) And, we could find the errors, on the option "-latomic", we can not compile and must find Library "atomic". --- CMakeError.log: Linking C executable cmTC_d3141 /usr/bin/cmake3 -E cmake_link_script CMakeFiles/cmTC_d3141.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=__atomic_fetch_add_4 ...