File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,14 @@ Any feedback on these instructions is welcome.
248248Mac OS X
249249~~~~~~~~
250250
251- Cadabra builds with the standard Apple compiler, but in order to
252- build on OS X you need a number of packages from Homebrew (see
253- http://brew.sh). Install these packages with::
251+ Cadabra builds with the standard Apple compiler, but in order to build
252+ on OS X you need a number of packages from Homebrew (see
253+ http://brew.sh). Quite a few Homebrew installations have broken
254+ permissions; best to first do::
255+
256+ sudo chown -R ${USER}:admin /usr/local/
257+
258+ to clean that up. Then install the required dependencies with::
254259
255260 brew install cmake boost pcre gmp python3
256261 brew uninstall boost-python
You can’t perform that action at this time.
0 commit comments