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

Update readme

parent 074f65cf
No related branches found
No related tags found
No related merge requests found
For users of TTool: (e.g., for users having a read-only access to the git)
-------------------
......@@ -21,6 +20,11 @@ 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
Alternatively, if you wish to compile TTool without running tests (tests can be long to run), do:
make ttoolnotest
or
gradle build -x test
* Installing TTool once compiled
make install
......
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