Skip to content

Commit

Permalink
[docs] Updating CONTRIBUTING with the guideline for solving the launc…
Browse files Browse the repository at this point in the history
…h4j issue.

close #721

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Aug 23, 2017
1 parent 19fc027 commit 8b4cffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.adoc
Expand Up @@ -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:
Expand Down

0 comments on commit 8b4cffb

Please sign in to comment.