From 0bbed2454ef3a13178cc7d999b32fad9b5daab41 Mon Sep 17 00:00:00 2001 From: Scott Alford Date: Mon, 7 Sep 2020 15:22:36 +1000 Subject: [PATCH] Updated dependencies --- docs/4. VTK for QtPyVCP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4. VTK for QtPyVCP.md b/docs/4. VTK for QtPyVCP.md index 82e226e..53f63bd 100644 --- a/docs/4. VTK for QtPyVCP.md +++ b/docs/4. VTK for QtPyVCP.md @@ -35,7 +35,7 @@ Install dependencies as per the QtPyVCP installation guide. VTK 7.1.1 also has the following dependencies: ``` -sudo apt-get install libnetcdf-cxx-legacy-dev libjsoncpp-dev libgl2ps-dev +sudo apt-get install libhdf5-dev libnetcdf-cxx-legacy-dev libjsoncpp-dev libgl2ps-dev ```