Hey there! We just recently added some debian and ubuntu package builds of liquidsoap!
We generate those packages automatically as part of our CI workflow. Theys are available for quick testing of liquidsoap on certain Debian and Ubuntu distributions. However, we do not recommend them yet for production purposes. Here’s how to install: First install the repository signing key: [sudo] apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 20D63CCDDD0F62C2 * Then one of the following source: • debian/testing: [sudo] echo deb http://deb.liquidsoap.info/debian testing main >> /etc/apt/sources.list • debian/stretch: [sudo] echo deb http://deb.liquidsoap.info/debian stretch main >> /etc/apt/sources.list • ubuntu/bionic: [sudo] echo deb http://deb.liquidsoap.info/ubuntu bionic main >> /etc/apt/sources.list Finally, update your packages list: [sudo] apt-get update You can now see the list of available packages: apt-cache show liquidsoap Package versions are of the form: 1:0+<commit>~<distribution>-1 or 1:0+<branch>~<distribution>-1. For instance, to install the latest master on debian/testing, you can do: [sudo] apt-get install liquidsoap=1:0+master~testing-1 Romain
_______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users