I have 2 notes on things that updated, with the caveat that I'm extremely new to this and could be missing things.
First, when you're installing the dependencies, libzmq-dev seems to have been renamed libzmq3-dev. Haven't gotten far enough to find out if there are significant changes in it that will break things down the line.
Second, jackd installation failed because apparently using git:// doesn't work anymore and the source should be changed to https://github.com/jackaudio/jack2 instead. For now, running this
I have 2 notes on things that updated, with the caveat that I'm extremely new to this and could be missing things.
First, when you're installing the dependencies, libzmq-dev seems to have been renamed libzmq3-dev. Haven't gotten far enough to find out if there are significant changes in it that will break things down the line.
Second, jackd installation failed because apparently using git:// doesn't work anymore and the source should be changed to https://github.com/jackaudio/jack2 instead. For now, running this
git config --global url."https://".insteadOf git://
before running the autopilot setup seems to have worked.