Private
Public Access
11
1

Update Setup Computer Debian 11

2023-04-19 21:39:18 +02:00
parent 04ffcefceb
commit bf6c4af5fd

@@ -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
```