Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.
245
stars
60
forks
source link
INSTALL should mention lintian for Debian based distros #80
The INSTALL should be updated with lintian for Debian based distros. Something like this would be helpful:
Linux
First install the packages needed to build Supersonic. It depends on Java and the Maven build environment:
Debian/Ubuntu/Mint sudo apt-get install maven2 openjdk-6-jdk lintian
In this case lintian is added to the apt-get line.