From a3b84a4bf3b3072699f6ea6c747e2f29d3e4f163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 15 Feb 2016 22:16:03 +0100 Subject: [PATCH] doc: update Homebrew installation docs. Fucking undocumented moving target. Why is it not possible to install from a file anymore?! Why make things unnecessarily complicated?! --- doc/building.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index a0fcf663f..306d1a76b 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -333,9 +333,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 and install it using the following command: +file, put it into your Formulas directory and install it using the following +command: - brew install --HEAD magnum.rb + brew install --HEAD magnum @section building-windows-angle Building for ANGLE on Windows