From 2f694b5530ee6c65b6080c03176cd8d5c565acfa Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 19 Apr 2023 21:48:46 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index 61b86d8..e81bfe9 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -227,7 +227,7 @@ 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 .. +cmake -DHDF5_BUILD_CPP_LIB=1 -DCMAKE_INSTALL_PREFIX=/usr/local .. make sudo make install ```