Changes
Page history
Update build_linux
authored
Apr 27, 2022
by
Adrien Crovato
Show whitespace changes
Inline
Side-by-side
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
...
...
...
...