-
Notifications
You must be signed in to change notification settings - Fork 26
Add mention of available Ubuntu and Arch Linux packages + add BUILD_TESTING to the list of CMake options #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,6 +27,8 @@ vcpkg install sail | |
| - `SAIL_ONLY_CODECS="a;b;c"` - Forcefully enable only the codecs specified in this ';'-separated list and disable the rest. If an enabled codec fails to find its dependencies, the configuration process fails. One can also specify not just individual codecs but codec groups by their priority like that: highest-priority;xbm. Default: empty list | ||
| - `SAIL_OPENMP_SCHEDULE="dynamic"` - OpenMP scheduling algorithm. Default: dynamic | ||
|
|
||
| - `BUILD_TESTING=ON|OFF` - Enable generation of tests using CTest. Default: `ON` | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Keep the list of the options sorted, i.e. move the BUILD_TESTING option to keep the list sorted |
||
|
|
||
| ### Windows | ||
|
|
||
| #### Tested environments | ||
|
|
@@ -89,6 +91,13 @@ brew upgrade sail | |
| - LUbuntu 18.04 64-bit | ||
| - LUbuntu 20.04 64-bit | ||
|
|
||
| #### Package Managers | ||
|
|
||
| SAIL is not always available in official distro repositories. Here is an incomplete list of available packages for various distributions: | ||
|
|
||
| - Ubuntu 24.04 - `sudo apt-get install sail-codecs libsail-dev libsail-common-dev libsail-manip-dev libsail-c++-dev` | ||
| - Arch User Repository - [`sail-img`](https://aur.archlinux.org/packages/sail-img) | ||
|
|
||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Debian packages are also available: https://packages.debian.org/search?keywords=libsail |
||
| #### Build requirements | ||
|
|
||
| - git | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.