Skip to content
GitLab
Explore
Sign in
Admin message
Pour rappel, le service sera inaccessible ce lundi 02/03/26 midi pour raison de mise à jour.
Changes
Page history
Update build_linux
authored
Jul 02, 2024
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
build_linux.md
View page @
a79f2b69
...
@@ -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
...
...
...
...