Squeezelite 2.0.0-1465 Innuos - Build and installation notes ============================================================ Source package: squeezelite-2.0.0-1465-innuos.tar.xz SHA-256 checksum: c9be271a5619b7cbd4aa2710644a5fc82a3e236f532aa0c0ae04b8691c374128 To check the downloaded file, run: sha256sum squeezelite-2.0.0-1465-innuos.tar.xz The command output must start with the SHA-256 checksum shown above. The archive contains the Innuos modified Squeezelite source tree, local patch information, ALAC source materials, Makefile and SOURCE-INFO.txt. Example build flow on a compatible system: tar -xf squeezelite-2.0.0-1465-innuos.tar.xz cd squeezelite-2.0.0-1465-innuos-src make clean make Depending on enabled features, additional development libraries may be required, for example ALSA, FLAC, Vorbis/Ogg, MAD/mpg123, FAAD, OpenSSL or other codec and output libraries. Example replacement flow on a compatible system: sudo systemctl stop squeezelite sudo install -m 0755 squeezelite /usr/local/bin/squeezelite sudo systemctl start squeezelite Notes: - Review SOURCE-INFO.txt and squeezelite-innuos.patch inside the archive. - Preserve the previous binary before replacement if rollback may be required. - These instructions are for the open source Squeezelite component only.