From f89b92dcec7df0d4b4f7463a60605f7c6484ae9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 14 Apr 2016 09:56:10 +0200 Subject: [PATCH] doc: mention the tap in Homebrew installation instructions. --- doc/building.dox | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 3f24cecf9..6948575d5 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -339,11 +339,10 @@ features, for example), modify the last entry in `debian/rules`. @subsection building-packages-brew Homebrew formulas -OS X Homebrew formulas are in `package/homebrew` directory. Download the `*.rb` -file, put it into your Formulas directory and install it using the following -command: +OS X Homebrew formulas are in `package/homebrew` directory. Either use the +`*.rb` files directly or use the tap at https://github.com/mosra/homebrew-magnum: - brew install --HEAD magnum + brew install --HEAD mosra/magnum/magnum @section building-windows-angle Building for ANGLE on Windows