From 42d079db5af0f717fdf36e64d9c2c67e50dc09b0 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 5 Dec 2022 18:27:14 +0100 Subject: [PATCH] Fix note and clean old information --- documentation/docs/start/install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/documentation/docs/start/install.md b/documentation/docs/start/install.md index 1c4a0c9eb..b1457bca8 100644 --- a/documentation/docs/start/install.md +++ b/documentation/docs/start/install.md @@ -75,19 +75,16 @@ All the above packages also automatically install the base package `geomodel`, w The use of **Pre-compiled packages** (*Bottles*, in the Homebrew jargon) **speeds up** the installation on the user's machine a lot. GeoModel bottles are provided at least for the **latest two** macOS releases. -The pre-compiled *bottles* are built for the two latest macOS releases, currently: +The pre-compiled *bottles* are built for the latest macOS release, currently: -* 11 "Big_Sur" on Intel chip -* 12 "Monterey" on Apple M1 chip +* 12 "Monterey" (Apple M1 chip and Intel chip) For older macOS releases, Homebrew will try to compile the packages from source. If that fails, you will have to compile from source by yourself by following the instructions provided in the [development](../dev/index.md) section. !!! note - As part of the installation procedure on the mac, the **qt** library is installed, unless it is already present on your system. The installation procedures prints further instructions; in particular, additional environment variables to define in your startup script. These instructions tend to get lost in the input. Their details depend upon your system. Be attentive, and follow the instructions which are printed during the installation of **qt**. - ``` - brew install atlas/geomodel/geomodelvisualization - ``` + As part of the installation procedure on the mac, the **qt** library is installed, unless it is already present on your system. The installation procedures prints further instructions; in particular, additional environment variables to define in your startup script. These instructions tend to get lost in the input. Their details depend upon your system. Be attentive, and follow the instructions which are printed during the installation of **qt**. + !!! tip -- GitLab