-
Notifications
You must be signed in to change notification settings - Fork 0
Compatibility check script
Ralf Kilian edited this page Jul 21, 2021
·
2 revisions
Table of contents
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.
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 |
Wiki
Quick start
Installation (optional)
- Quick installation guide
- Manually downloaded archive
- Verifying archive integrity
-
Installation script
(to install, update and uninstall)
- RPM package
Compatibility
Configuration
Salomon-BSD
Usage
- Processing input files
- Colorizing and highlighting certain lines
- Handling file paths containing certain characters
Development