Skip to content
Snippets Groups Projects
Commit f80fff4f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Doc correct Homebrew install path

parent f40d12db
No related branches found
No related tags found
1 merge request!2487Doc correct Homebrew install path
Pipeline #138054 passed
...@@ -84,8 +84,9 @@ brew install git cmake fftw gsl libcerf python boost libtiff qt6 ...@@ -84,8 +84,9 @@ brew install git cmake fftw gsl libcerf python boost libtiff qt6
pip3 install matplotlib numpy pip3 install matplotlib numpy
``` ```
Homebrew installs all packages to `/usr/local`. Possibly, By default, Homebrew installs packages to `/opt/homebrew` or `/usr/local`,
this path has to be passed to CMake using the argument `-DCMAKE_PREFIX_PATH` depending on the architecture dependent MacOS version.
Possibly, this path has to be passed to CMake using the argument `-DCMAKE_PREFIX_PATH`
(see the [build instructions]({{% relref "installation/building/unix/build-and-install" %}})). (see the [build instructions]({{% relref "installation/building/unix/build-and-install" %}})).
Add Qt to your path environment variable: Add Qt to your path environment variable:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment