From 5631d1eca40f6daefbef163e73d927c9fd1d8b44 Mon Sep 17 00:00:00 2001 From: simoneee9 Date: Fri, 27 Dec 2024 14:44:18 +0100 Subject: [PATCH] DOC: Mention the BUILD_TESTING option and available linux packages --- BUILDING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index ec9fc382..f325bc8d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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` + ### 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) + #### Build requirements - git