Changes
Page history
Update linux_dependencies_install
authored
Jun 28, 2019
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
linux_dependencies_install.md
View page @
5081814b
...
...
@@ -17,11 +17,11 @@ Since this page is updated only once in a while, so you may encounter some probl
## Installing ##
### <a name=ubuntu>Ubuntu 1
2.04/14.04/16.04, Debian 7
</a> ###
### <a name=ubuntu>Ubuntu 1
8.04
</a> ###
To compile:
```
shell
sudo
apt-get
install
cmake gcc g++ gfortran liblapack-dev swig python-dev python-numpy
sudo
apt-get
install
cmake gcc g++ gfortran liblapack-dev swig python
3
-dev python
3
-numpy
```
Optional:
```
shell
...
...
@@ -29,20 +29,19 @@ sudo apt-get install libhdf5-dev h5utils
```
Optional but recommended:
```
shell
sudo
apt-get
install
python-scipy
sudo
apt-get
install
python
3
-scipy
```
To visualize:
```
shell
sudo
apt-get
install
python-vtk paraview
sudo
apt-get
install
python
3
-vtk
7
paraview
```
To build the documentation:
```
shell
sudo
apt-get
install
doxygen graphviz python-numpydoc texlive-latex-extra dvipng imagemagick
sudo
apt-get
install
doxygen graphviz python
3
-numpydoc texlive-latex-extra dvipng imagemagick
```
To read tutorials
```
shell
sudo
apt-get
install
python-pip
sudo
pip
install
jupyter
sudo
apt-get
install
jupyter-notebook
```
### <a name=opensuze> OpenSuse Leap 42.1 </a> ###
...
...
@@ -112,4 +111,4 @@ sudo pip install jupyter
****
|
[
back
](
./Prerequisites
)
|
[
next
](
./Download_and_install
)
|
|:-------------
|
--------------------------:|
|:-------------
-----------|-----
--------------------------:|