From e4a75df60671aeb7adc8e83e7550fbf83923652a Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 1 Jun 2015 11:10:24 +0200
Subject: [PATCH] readme: modify os x build rules to require mactex as it is
 also needed for dynare++

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5f46b8734..0e81c947f 100644
--- a/README.md
+++ b/README.md
@@ -254,6 +254,7 @@ Configure and make:
 
 - Install the Xcode Command Line Tools:
     - Download "Command Line Tools (OS X 10.X) for Xcode," where 10.X corresponds to your OS X version, from https://developer.apple.com/downloads/index.action
+- Install the latest version of [MacTeX](http://www.tug.org/mactex/)
 - Install [Homebrew](http://mxcl.github.io/homebrew/) by following the instructions on the website
 - Tap [Homebrew Science](https://github.com/Homebrew/homebrew-science) by opening Terminal and typing:
     - ```brew tap homebrew/science```
@@ -270,7 +271,7 @@ Configure and make:
     - ```brew link --force bison```
 - **(Optional)** To compile Dynare mex files for use on Octave:
     - ```brew install octave```
-- **(Optional)** To compile Dynare's documentation, first install the latest version of [MacTeX](http://www.tug.org/mactex/). Then install `doxygen`, `latex2html` and `texi2html` via Homebrew with the following commands:
+- **(Optional)** To compile Dynare's documentation:
     - ```brew install doxygen```
     - ```brew install texinfo```
     - ```brew install latex2html```
-- 
GitLab