I was interested in maybe contributing to Audacity 4 or just dabbling with it. I have run into an error when trying to build however. It’s been a little painful trying to get it all running, I am wondering what I am doing wrong–probably something stupid.
I know in BUILDING.md it says to add all the relevant tools to PATH, but I wasn’t quite sure what to put? I configured the CMakeCache to use Ninja and Qt, as far as I can tell, but I am running into issues. I compiled my process here:
TLDR: Need ALSA? But it can’t find it. When I force it to, then I have a new issue.
My main issue is having to do with installing a lot of dependencies to get this working, which makes me think I need to modify my PATH. Not sure exactly what to update it to though?
Resolved the build issue.
Ninja just didn’t install the deps. The CMake error was making it out to be a bigger problem than it was. Was missing another dep. Ran source your/directory/for/audacity/buildscripts/ci/linux/setup.sh and this fixed the CMake error and the build error.
Have a new error on runtime where it doesn’t seem to actually run? I’ll update with more info.