Update install_linux authored by Praetorius, Simon's avatar Praetorius, Simon
...@@ -16,8 +16,8 @@ To install and use AMDiS some external packages/libraries must be installed: ...@@ -16,8 +16,8 @@ To install and use AMDiS some external packages/libraries must be installed:
Some additional packages are necessary for special situations: Some additional packages are necessary for special situations:
- UMFPACK (e.g. from SuiteSparse), when using `ENABLE_UMFPACK` - UMFPACK (e.g. from SuiteSparse), when using `ENABLE_UMFPACK`
- PETSc (>=3.3-p6), when using `ENABLE_PARALLEL_DOMAIN=PETSC`, or `ENABLE_PETSC` - PETSc (>=3.3-p6), when using `ENABLE_PARALLEL_DOMAIN`, or `ENABLE_PETSC`
- PMTL4 (>=r9393), when using `ENABLE_PARALLEL_DOMAIN=PMTL` - ~~PMTL4 (>=r9393), when using `ENABLE_PARALLEL_DOMAIN=PMTL`~~
- libpng, when using `ENABLE_PNG` - libpng, when using `ENABLE_PNG`
## Compiling and installing AMDiS with CMake ## Compiling and installing AMDiS with CMake
... ...
......