Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
dartflo
Wiki
build_linux
Changes
Page history
New page
Templates
Clone repository
Update build_linux
authored
3 years ago
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_linux.md
+6
-8
6 additions, 8 deletions
build_linux.md
with
6 additions
and
8 deletions
build_linux.md
View page @
13690562
...
...
@@ -5,18 +5,15 @@ Note that these build instructions are using the GNU compilers but Intel's compi
```
bash
# Common
sudo
apt update
sudo
apt
install
git
sudo
apt
install
git-lfs
sudo
apt
install
build-essential
sudo
apt
install
cmake
sudo
apt
install
git git-lfs
sudo
apt
install
build-essential cmake
sudo
apt
install
swig
sudo
apt
install
libtbb-dev
sudo
apt
install
libeigen3-dev
sudo
apt
install
gmsh
# Python 3
sudo
apt
install
python3-dev
sudo
apt
install
python3-mpi4py python3-numpy python3-scipy python3-matplotlib
# Threading Building Blocks (TBB)
sudo
apt
install
libtbb2-dev
```
**Optional packages**
```
bash
...
...
@@ -25,8 +22,9 @@ sudo apt install libmkl-dev
echo
"export INCLUDE=
${
INCLUDE
}
:/usr/include/mkl"
>>
~/.bashrc
# MUMPS
sudo
apt
install
libmumps-seq-dev
# VTK
sudo
apt
install
libvtk7-dev python3-vtk7 python3-pyqt5
# VTK/Qt
sudo
apt
install
libvtk9-dev qtbase5-dev
sudo
apt
install
python3-vtk9 python3-pyqt5
# Documentation
sudo
apt
install
doxygen
sudo
apt
install
graphviz
...
...
This diff is collapsed.
Click to expand it.