Compatibility check script - urbanware-org/salomon GitHub Wiki

Compatibility check script

Table of contents


Perform check

To check if Salomon will work in the current environment, simply run the compatibility check script without any arguments (there are no command-line arguments available anyway) and check the results.

./compat.sh

Further information can be found inside the usage_compat.txt file in the docs sub-directory of the project.

Top

Exit codes

If you want to redirect or suppress the standard output, you can evaluate the exit codes of the script as follows:

Exit code Result
0 Compatibility check succeeded
1 Either the Bash shell is missing or it has not been used to execute the script
2 Compatibility check failed
3 Compatibility check succeeded, except for optional tools
4 Incompatible platform

Top