Browse Source

doc: mention how to upgrade HEAD Homebrew packages.

pull/605/head
Vladimír Vondruš 4 years ago
parent
commit
29257d0c82
  1. 4
      doc/building.dox

4
doc/building.dox

@ -319,6 +319,10 @@ projects instead:
@code{.sh}
brew install --HEAD mosra/magnum/corrade
brew install --HEAD mosra/magnum/magnum
# If already installed, use the following to upgrade, in the same order
brew upgrade --fetch-HEAD mosra/magnum/corrade
brew upgrade --fetch-HEAD mosra/magnum/magnum
@endcode
When installing from the `*.rb` files you need to install the

Loading…
Cancel
Save