From e29cd08889ea1457a40ee1650bd4afb1e26ff811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Tue, 3 Dec 2024 18:42:27 -0300 Subject: [PATCH] README: document runtime packages for PVXS. libevent-pthreads depends on libevent-core, so we can omit the latter. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 672d6bf..6a21b7d 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ with the `make runtests` build system target. However, if these tests fail, and it is not possible to fix them (no control over upstream, or tests require hardware access), the `SKIP_TESTS` argument can be set to `1`. +### IOCs using PVXS + +IOCs using the `PVXS` module to provide `qsrv` and PVA link implementations +must include `libevent-pthreads-2.1-7` in the `RUNTIME_PACKAGES`. + ### areaDetector IOCs `areaDetector` IOCs must be built with target `dynamic-link`. In addition, they