Update build_linux authored by Adrien Crovato's avatar Adrien Crovato
...@@ -34,7 +34,7 @@ SWIG 4.2.0 (default on ubuntu 24.04) has a bug. Refer to [this page](https://git ...@@ -34,7 +34,7 @@ SWIG 4.2.0 (default on ubuntu 24.04) has a bug. Refer to [this page](https://git
```bash ```bash
sudo apt install libmumps-seq-dev sudo apt install libmumps-seq-dev
sudo apt install doxygen graphviz sudo apt install doxygen graphviz
sudo apt install python3-vtk9 sudo apt install libvtk9-dev libvtk9-qt-dev
python3 -m pip install vtk python3 -m pip install vtk
``` ```
... ...
......