Skip to content
Snippets Groups Projects
Commit cae905ef authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update readme

parent a6aa6fff
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,12 @@ For developers: (rw access to the git)
* Compiling the latest version:
make all
If the compilation fails with the following error: 'unmappable character for encoding ASCII', you need to do, before the compilation process:
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
* Generating a release:
make release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment