From 6363f6d81ba68cc926d3043fc312b639ffc1c787 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 6 Apr 2020 14:53:35 +0000 Subject: [PATCH] Add link to Homebrew --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4418fa0..ef6e221 100644 --- a/README.md +++ b/README.md @@ -109,12 +109,14 @@ sudo make install cd .. ``` -## Quick installation - macOS +## Quick build instructions - macOS + +If you don't have the `brew` package manager installed, please install it by issue the command on its website: https://brew.sh/ ```bash # install external dependencies brew install eigen xerces-c nlohmann-json qt -# configure qt +# --- configure qt echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile # install GeoModelCore -- GitLab