Update build_linux authored by Adrien Crovato's avatar Adrien Crovato
...@@ -11,10 +11,15 @@ sudo apt install swig ...@@ -11,10 +11,15 @@ sudo apt install swig
sudo apt install libeigen3-dev sudo apt install libeigen3-dev
sudo apt install gmsh sudo apt install gmsh
# Python 3 # Python 3
sudo apt install python3-dev python3-numpy python3-vtk9 sudo apt install python3-dev python3-numpy python3-scipy
``` ```
**Optional packages** **Optional packages**
```bash ```bash
# CoDiPack
git clone https://github.com/SciCompKL/CoDiPack.git
export INCLUDE=${INCLUDE}:/path/to/codipack/include
# VTK
sudo apt install python3-vtk9
# Documentation # Documentation
sudo apt install doxygen sudo apt install doxygen
sudo apt install graphviz sudo apt install graphviz
... ...
......