Setup taskd
git clone https://github.com/GothenburgBitFactory/taskserver.git taskd
cd taskd
cmake -DCMAKE_BUILD_TYPE=release .
cmake told me that gnutls was missing so I had to install it.
sudo apt install g++ libgnutls28-dev uuid-dev
cmake -DCMAKE_BUILD_TYPE=release .
Now I'm running into problems with libshared.
I'll try this some other day.
https://mawson.tech/2018/03/09/compiling-taskd-on-ubuntu-from-source/