Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbe-tools
TTool
Commits
b49da85a
Commit
b49da85a
authored
Oct 14, 2021
by
Ludovic Apvrille
Browse files
Update on main readme
parent
297c1c63
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
readme
View file @
b49da85a
...
...
@@ -12,27 +12,30 @@ For developers: (rw access to the git)
---------------
* Compiling the latest version of TTool:
make ttool
$
make ttool
* Compiling the latest version of TTool + companions software:
make all
$
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
$
make ttoolnotest
or
gradle build -x test
$ gradle build -x test
Graphical tests might be long to execute. An alternative is to execute only non graphical tests:
$make noguitest
* Installing TTool once compiled
make install
$
make install
This installs all necessary files in bin/
* Generating a release:
make release
$
make release
* Starting TTool from the git clone
You should not modify bin/config.xml. Create your own config.xml (e.g. myconfig.xml), and create your own "ttool.exe" file (e.g., myttool.exe)
...
...
scripts/neweval1.sh
deleted
100755 → 0
View file @
297c1c63
#!/usr/bin/env bash
printf
'SUCCESS\n'
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment