itk-felix-sw
Warning
There is a little problem when compiling itk-felix-sw under Alma 9. In order to access the netio interface, the CMakeLists.txt refers to tdaq-10-00-00. Unfortunately this version has no support for Alma 9. Version from tdaq-11-02-00 do not support netio. The only good versions are tdaq-11-00-00 and tdaq-11-01-00. tdaq-11-01-00 has been used in CMakeLists.txt and setup.sh.
Compilation works as indicated in the repo:
cd $ITK_DAQ_BASE
git clone ssh://git@gitlab.cern.ch:7999/itk-felix-sw/itk-felix-sw.git
cd itk-felix-sw
source setup.sh
mkdir build
cd build
cmake ../
make -j install