diff --git a/README.md b/README.md index 4418fa0a0c2bd1820e3955d29a19c11f3b9b3522..ef6e2211ae8fbb7136320e69b720e241dfb1683f 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