Skip to content

Commit

Permalink
Update README with the new install procedure when Mmg download is dis…
Browse files Browse the repository at this point in the history
…abled.
  • Loading branch information
Algiane committed Oct 31, 2024
1 parent cd1ac64 commit 358e0b8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ To get and build ParMmg, you will need:

If you don't have internet access and/or want to use your own installation of
Mmg (resp. Metis), you can disable the automatic download of Mmg setting the
`DOWNLOAD_MMG` (resp. `DOWNLOAD_METIS`) CMake variable to `OFF`. In this case,
you can help CMake to find Mmg (resp. Metis) by specifying the source
directory of Mmg in the `MMG_DIR` variable and the build directory of Mmg in
the `MMG_BUILDDIR` variable (resp. the installation directory of Metis in the
`METIS_DIR` variable).
`DOWNLOAD_MMG` (resp. `DOWNLOAD_METIS`) CMake variable to `OFF`. In this case:

- Mmg has to be built with the private header installation enabled (turn `ON` the ` MMG_INSTALL_PRIVATE_HEADERS` CMake variable in Mmg at cmake configuration step);
- you can help CMake to find Mmg by specifying the installation
directory of Mmg in the `MMG_DIR` variable;
- you can help CMake to find Metis by specifying the installation directory of Metis in the
`METIS_DIR` variable.

Example:
```Shell
Expand Down

0 comments on commit 358e0b8

Please sign in to comment.