Mach5 / supersonic

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.
226 stars 61 forks source link

Building for your own platform is put as the default choice in the instructions #72

Closed Rovanion closed 11 years ago

Rovanion commented 11 years ago

Placed the instructions to build for a specific distribution before the instructions to build for all. Most common usecase.

Rovanion commented 11 years ago

Though I'm finding that the build instructions for building only for one target doesn't work. It tries and fails to build the RPM package on my debian machine even though I run mvn -pl Debian

Rovanion commented 11 years ago

So, I figured out how to format the install. The instructions given now actually works.

timoreimann commented 11 years ago

The project name of Debian isn't quite correct in your example. I'll merge in your pull request and fix it afterwards.

Thanks for the contribution!

timoreimann commented 11 years ago

I saw you fixed things yourself already. Thanks again!

Rovanion commented 11 years ago

Oh absolutely no problem.

I tried to merge the changes from 4.7 upstream into supersonic but stopped after a while when I realised that I had no idea what I was doing. It's a ton of changes, so best of luck in merging!