From 8b4cffb99391fa8d476b1214188ab72487596f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Galland?= Date: Wed, 23 Aug 2017 11:48:22 +0200 Subject: [PATCH] [docs] Updating CONTRIBUTING with the guideline for solving the launch4j issue. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #721 Signed-off-by: Stéphane Galland --- CONTRIBUTING.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 1506f3c019..36461651d0 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -67,6 +67,10 @@ The command line is: mvn clean install -Dmaven.test.skip=true -Dcheckstyle.skip=true ``` +If you obtained a compilation error with the message: `Cannot run program "[...]/launch4j-maven-plugin-[...]-workdir-linux/bin/windres": error=2, No such file or directory`, it means that the launch4j Maven plugin cannot find a library into your operating system. +According to the link:https://github.com/lukaszlenart/launch4j-maven-plugin/issues/4[Issue 4 of launch4j-maven-plugin], you should install the following libraries: `zlib`, `ncurses`, `bzip2`. + + === 2.3. Installing the Eclipse Development Environment For setting up the development environment, you should follow the steps: