Changes
Page history
Update prerequisites
authored
Jan 08, 2020
by
Rémy Mozul
Show whitespace changes
Inline
Side-by-side
prerequisites.md
View page @
fa4da47c
# List of dependencies #
*
To compile you need:
*
A Fortran compiler (GNU, Intel or PGI)
*
Lapack library
*
CMake
*
Swig
*
Python (>=2.7.3, 3 and above is better) and Numpy
*
(optional) HDF5 library with Fortran support (>=1.10)
*
Optionnal but recommended package for use of pre-processor:
*
Scipy python module
*
For visualization:
*
Python VTK module
*
Paraview
*
To build the sphinx documentation:
*
Latex distribution (with pdflatex utility)
*
Sphinx and numpydoc
*
Doxygen
*
Graphviz
*
dvipng
*
To play with the tutorials:
*
Jupyter
*
iPython
...
...
...
...