From bf6c4af5fdbc769e275e84fc1171fb0516a81636 Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 19 Apr 2023 21:39:18 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index cbbb965..41071dd 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -216,6 +216,22 @@ sudo ln -s ../init.d/ComediLoadModules S98ComediLoadModules sudo cp ~/work/stxm/SystemInstall/comedi.conf /etc/modprobe.d ``` +- Install latest hdf5 Version + +``` +cd ~/BaseSystem/ +#download hdf5-1.14.0.tar.gz +tar xf hdf5-1.14.0.tar.gz +cd hdf5-1.14.0 +mkdir build +cd build +cmake -DHDF5_BUILD_CPP_LIB=1 -DPREFIX=/usr/local .. +make +sudo make install +``` + + + - Install STXM Software ```