Update macos_dependencies_install authored by Rémy Mozul's avatar Rémy Mozul
...@@ -6,12 +6,12 @@ The only supported way to install LMGC90's prerequisites by the developper teams ...@@ -6,12 +6,12 @@ The only supported way to install LMGC90's prerequisites by the developper teams
## Installing ## ## Installing ##
Theses instructions has been used to successfully build LMGC90, at the time of writting (June 2022), on an Apple M1 Pro (Macbook Pro) with: Theses instructions has been used to successfully build LMGC90 on an Apple M1 Pro (Macbook Pro) with:
* MacOS Monterey 12.04 * MacOS Monterey 12.04
* XCode 13.4.1 * XCode 13.4.1
* MacPort 2.7.2 * MacPort 2.7.2
Python 3.9 was kept because there was no `+python310` variants for vtk package. Python 3.9 was kept because there was no `+python310` variants for vtk package at the time of writting (June 2022).
If you have any other version, you may need to adapt compiler and python version. To benefit from everything, the most simple is to run: If you have any other version, you may need to adapt compiler and python version. To benefit from everything, the most simple is to run:
... ...
......