The procedure is based on information from Sanpcast documentation
Clone the source code:
git clone https://github.com/badaix/snapcast.git
Install needed packages:
zypper install libboost_headers1_75_0-devel
zypper install soxr-devel
zypper install alsa-devel
zypper install libpulse-devel
zypper install libvorbis-devel
zypper install flac-devel
zypper install libopus-devel
zypper install libavahi-devel
Compile the client (run the following commands from client directory)
cd client
make
For installation run the following comands (taken from Makefile and adapted):
make installfiles
cp ../debian/snapclient.service /etc/systemd/system/
cp -n ../debian/snapclient.default /etc/default/snapclient
systemctl daemon-reload
systemctl enable snapclient
systemctl start snapclient
Comments
There are currently no comments on this article.
Comment