scons
# Test installationSee version and package details./relax -i # The "main" branch is the developing branch. It can contain bugs and be unstable.#You can also "check-out" the last "working version" of relax with# This will show tags used for the numberinggit tag -l '[0-9]*' -n # If the latest version is 4.0.3git checkout tags/4.0.3
# See version and package details
./relax -i
# Run unittest
./relax -u
You can also "check-out" the last "working version" of relax with
<syntaxhighlight lang="bash">
# This will show tags used for the numbering
git tag -l '[0-9]*' -n