Skip to content

Commit

Permalink
package/homebrew: provide stable version as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed May 1, 2018
1 parent 52bbc24 commit c15404d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 13 additions & 5 deletions doc/building-integration.dox
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,26 @@ There are also Gentoo packages for

macOS [Homebrew](https://brew.sh) formulas building the latest Git revision are
in the `package/homebrew` directory. Either use the `*.rb` files directly or
use the tap at https://github.com/mosra/homebrew-magnum. When installing from
the `*.rb` files you need to install the @ref building-corrade-packages-brew "Corrade"
and @ref building-packages-brew "Magnum" Homebrew packages first, otherwise you
can do just this:
use the tap at https://github.com/mosra/homebrew-magnum. This will install the
latest stable version of Magnum Integration with all dependencies:

@code{.sh}
brew install mosra/magnum/magnum-integration
@endcode

But often you may want to install the latest Git revision of all Magnum
projects instead:

@code{.sh}
brew install --HEAD mosra/magnum/corrade
brew install --HEAD mosra/magnum/magnum
brew install --HEAD mosra/magnum/magnum-integration
@endcode

If you want to pass additional flags to CMake or
When installing from the `*.rb` files you need to install the
@ref building-corrade-packages-brew "Corrade"
and @ref building-packages-brew "Magnum" Homebrew packages first. If you want
to pass additional flags to CMake or
@ref building-integration-features "enable / disable additional features", edit
the `*.rb` file.

Expand Down
2 changes: 2 additions & 0 deletions doc/changelog-integration.dox
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Released 2018-05-01, tagged as

@subsection changelog-integration-2018-04-buildsystem Build system

- Homebrew macOS packages were updated to install the stable version by
default
- Fixed the Debian package after introducing `SOVERSION` to all libraries
(see [mosra/magnum#237](https://github.com/mosra/magnum/issues/237))
- Fixed the Debian package to not include a revision. While just a warning on
Expand Down
2 changes: 2 additions & 0 deletions package/homebrew/magnum-integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
class MagnumIntegration < Formula
desc "Integration libraries for the Magnum C++11/C++14 graphics engine"
homepage "http://magnum.graphics"
url "https://github.com/mosra/magnum-integration/archive/v2018.02.tar.gz"
sha256 "e7ec9feb856e6cf9abf1da7cefdb66e724c560619197c548a97248feddbb8714"
head "git://github.com/mosra/magnum-integration.git"

depends_on "cmake"
Expand Down

0 comments on commit c15404d

Please sign in to comment.