<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.playonlinux.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MulX</id>
		<title>PlayOnLinux - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.playonlinux.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MulX"/>
		<link rel="alternate" type="text/html" href="https://wiki.playonlinux.com/index.php/Special:Contributions/MulX"/>
		<updated>2026-05-07T04:09:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.playonlinux.com/index.php?title=User:MulX&amp;diff=825</id>
		<title>User:MulX</title>
		<link rel="alternate" type="text/html" href="https://wiki.playonlinux.com/index.php?title=User:MulX&amp;diff=825"/>
				<updated>2015-05-26T07:30:33Z</updated>
		
		<summary type="html">&lt;p&gt;MulX: Created page with &amp;quot; == Informations ==  * Real name: Aymeric P. * IRC: MulX or APLU * Age: increase each year by one year. * Role in the team: Former member, no more implied in the project (less...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Informations ==&lt;br /&gt;
&lt;br /&gt;
* Real name: Aymeric P.&lt;br /&gt;
* IRC: MulX or APLU&lt;br /&gt;
* Age: increase each year by one year.&lt;br /&gt;
* Role in the team: Former member, no more implied in the project (less than one hour per month, see what else). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What else? ==&lt;br /&gt;
&lt;br /&gt;
I participated in this project since June 7, 2007 up to mid 2013/end 2013.&lt;br /&gt;
&lt;br /&gt;
During a long time I&amp;#039;ve managed the Wine Version Systems and I worked a lot for POL1/2/3. &lt;br /&gt;
&lt;br /&gt;
Still responsible of POL/POM translation.&lt;/div&gt;</summary>
		<author><name>MulX</name></author>	</entry>

	<entry>
		<id>https://wiki.playonlinux.com/index.php?title=Building_PlayOnLinux_5&amp;diff=824</id>
		<title>Building PlayOnLinux 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.playonlinux.com/index.php?title=Building_PlayOnLinux_5&amp;diff=824"/>
				<updated>2015-05-26T07:25:45Z</updated>
		
		<summary type="html">&lt;p&gt;MulX: fix backspace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page explains how to build PlayOnLinux 5 &lt;br /&gt;
&lt;br /&gt;
== On Ubuntu 14.10 ==&lt;br /&gt;
&lt;br /&gt;
=== Dependencies ===&lt;br /&gt;
First, install the following dependencies: &lt;br /&gt;
* maven2&lt;br /&gt;
* openjdk-8-jdk&lt;br /&gt;
* openjfx&lt;br /&gt;
&lt;br /&gt;
=== Compile PlayOnLinux 5===&lt;br /&gt;
Clone the repository:{{Console|git clone https://github.com/PlayOnLinux/POL-POM-5}}Use the right Java version:{{Console|1 = export JAVA_HOME=&amp;quot;/usr/lib/jvm/java-8-openjdk-amd64&amp;quot;}}Compile PlayOnLinux 5 with Maven: {{Console|cd POL-POM-5}}&lt;br /&gt;
{{Console|mvn2 assembly:assembly}}&lt;br /&gt;
&lt;br /&gt;
{{Info|If you are using Oracle JDK, the home path will be /usr/lib/jvm/java-8-oracle}}&lt;br /&gt;
{{Info|On some distribution, mvn2 is simply named mvn}}&lt;br /&gt;
&lt;br /&gt;
=== Run PlayOnLinux 5 ===&lt;br /&gt;
Run the previously built jar file{{Console|java -jar target/playonlinux-5.0-SNAPSHOT-jar-with-dependencies.jar	}}&lt;br /&gt;
&lt;br /&gt;
== On Arch ==&lt;br /&gt;
&lt;br /&gt;
{{Info|The following has only been tested on 64-bit Arch installs.}}&lt;br /&gt;
&lt;br /&gt;
=== Dependencies ===&lt;br /&gt;
First, install the following dependencies: &lt;br /&gt;
* maven&lt;br /&gt;
* jdk8-openjdk &lt;br /&gt;
* gradle-1.8 (AUR)&lt;br /&gt;
* openjfx (AUR)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Info|You will need to set JAVA_HOME to &amp;quot;/usr/lib/jvm/java-8-openjdk&amp;quot; after installing &amp;#039;&amp;#039;jdk8-openjdk&amp;#039;&amp;#039;, but before installing &amp;#039;&amp;#039;openjfx&amp;#039;&amp;#039;.}}&lt;br /&gt;
&lt;br /&gt;
=== Compile PlayOnLinux 5===&lt;br /&gt;
&lt;br /&gt;
Clone the repository:{{Console|git clone https://github.com/PlayOnLinux/POL-POM-5}}&lt;br /&gt;
&lt;br /&gt;
Use the right Java version:{{Console|1 = export JAVA_HOME=&amp;quot;/usr/lib/jvm/java-8-openjdk&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
Compile PlayOnLinux 5 with Maven: &lt;br /&gt;
&lt;br /&gt;
{{Console|cd POL-POM-5}}&lt;br /&gt;
&lt;br /&gt;
{{Console|mvn assembly:assembly}}&lt;br /&gt;
&lt;br /&gt;
{{Info|If you are using Oracle JDK, the home path will be /usr/lib/jvm/java-8-oracle}}&lt;br /&gt;
&lt;br /&gt;
=== Run PlayOnLinux 5 ===&lt;br /&gt;
Run the previously built jar file{{Console|java -jar target/playonlinux-5.0-SNAPSHOT-jar-with-dependencies.jar	}}&lt;br /&gt;
&lt;br /&gt;
[[Category:PlayOnLinux development]]&lt;/div&gt;</summary>
		<author><name>MulX</name></author>	</entry>

	</feed>