From 7235151a961d8c877c1aefa7cfc2ef8a711fd661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Rauscher?= Date: Sat, 14 Nov 2015 18:16:37 +0100 Subject: [PATCH] Updating README --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ed97d62bc4b..a559cf2f36f 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,19 @@ This is the PlayOnLinux and PlayOnMac 5 repository. ## Build instructions ### Prerequisites -maven -openjdk-8-jdk -openjfx +* maven +* openjdk-8-jdk +* openjfx #### Ubuntu 14.10+ -sudo apt-get update -sudo apt-get install maven openjdk-8-jdk openjfx +* sudo apt-get update +* sudo apt-get install maven openjdk-8-jdk openjfx + ### Add java-gnome / QTJambi to maven repository Run the maven goal clean alone at least one to install these jars in your Maven Repository. Otherwise, your build will fail -mvn clean +* mvn clean The build instructions can be found on our wiki: http://wiki.playonlinux.com/index.php/Building_PlayOnLinux_5 @@ -23,19 +24,23 @@ The build instructions can be found on our wiki: http://wiki.playonlinux.com/ind To keep code easier to maintain, please import the project specifics format and cleanup settings into your IDE #### Eclipse +##### CCleanUp Project > Properties > Java Code Style > Clean Up - - Check Enable project specific settings - - import POL_CleanUp_Settings.xml located in the settings folder +* Check Enable project specific settings +* import POL_CleanUp_Settings.xml located in the settings folder +##### Formatter Project > Properties > Java Code Style > Formatter - - Check Enable project specific settings - - import POL_Formatter_Settings.xml located in the settings folder +* Check Enable project specific settings +* import POL_Formatter_Settings.xml located in the settings folder +##### Save Action You can have eclipse format files for you every time you save. + Window > Preferences > Java > Editor > Save Action - - Check Perform the selected action on save - - Check Format source code +* Check Perform the selected action on save +* Check Format source code ## Continous integration -* Jenkins: http://www.playonlinux.org:8080/ -* SonarQube: http://www.playonlinux.org:9000/ \ No newline at end of file +* [Jenkins](http://www.playonlinux.org:8080) +* [SonarQube](http://www.playonlinux.org:9000) \ No newline at end of file