Building PlayOnLinux 5

From PlayOnLinux
Revision as of 23:07, 28 April 2015 by Tinou (talk | contribs) (Created page with "This page explains how to build PlayOnLinux 5 == On Ubuntu 14.10 == === Dependencies === First, install the following dependencies: * maven2 * openjdk-8-jdk * openjfx ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page explains how to build PlayOnLinux 5

On Ubuntu 14.10

Dependencies

First, install the following dependencies:

  • maven2
  • openjdk-8-jdk
  • openjfx

Clone PlayOnLinux 5 repository:Use the right Java version
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
Compile PlayOnLinux 5 with Maven
cd POL-POM-5 && mvn2 package
Run the .jar file
java -jar target/playonlinux-5.0-SNAPSHOT.jar