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
Nov 25, 2025
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
build_linux.md
View page @
56a924d9
...
...
@@ -15,6 +15,8 @@ python3 -m pip install numpy scipy matplotlib voluptuous
# Gmsh
python3
-m
pip
install
gmsh
```
SWIG 4.2.0 (default on ubuntu 24.04) has a bug. Refer to
[
this page
](
https://gitlab.uliege.be/am-dept/dartflo/-/issues/3#note_574905
)
to compile and install SWIG 4.2.1.
**Optional packages**
```
bash
# CoDiPack
...
...
@@ -26,6 +28,7 @@ python3 -m pip install vtk
# Documentation
sudo
apt
install
doxygen graphviz
```
**Build**
```
bash
# Get the code
...
...
...
...