Skip to content
Snippets Groups Projects
Commit 6363f6d8 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Add link to Homebrew

parent 98d635a8
Branches
Tags
No related merge requests found
Pipeline #1541317 passed
...@@ -109,12 +109,14 @@ sudo make install ...@@ -109,12 +109,14 @@ sudo make install
cd .. 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 ```bash
# install external dependencies # install external dependencies
brew install eigen xerces-c nlohmann-json qt brew install eigen xerces-c nlohmann-json qt
# configure qt # --- configure qt
echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile
# install GeoModelCore # install GeoModelCore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment