Page 1 of 1

[Q]How to compile

Posted: Thu Jun 07, 2012 4:32 pm
by sjpirri
How do i compile this from source it no longer uses ant like ps3 media server did

Re: [Q]How to compile

Posted: Thu Jun 07, 2012 5:01 pm
by SubJunk
I haven't compiled it on Linux before but on Windows:

You need Maven, and run the commands:
call mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external
call mvn com.savage7.maven.plugins:maven-external-dependency-plugin:install-external
call mvn -P linux package

Re: [Q]How to compile

Posted: Wed Jun 13, 2012 2:40 pm
by sjpirri
Thanks :D