[Q]How to compile

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
sjpirri
Posts: 10
Joined: Thu Jun 07, 2012 4:21 pm

[Q]How to compile

Post by sjpirri »

How do i compile this from source it no longer uses ant like ps3 media server did
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: [Q]How to compile

Post 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
sjpirri
Posts: 10
Joined: Thu Jun 07, 2012 4:21 pm

Re: [Q]How to compile

Post by sjpirri »

Thanks :D
Post Reply