1.1 --- a/README Fri Sep 20 23:41:09 2013 +0100
1.2 +++ b/README Sat Sep 21 19:34:56 2013 +0100
1.3 @@ -55,18 +55,31 @@
1.4 Mac
1.5 ---
1.6
1.7 +You will need the command line tools for any of the procedures described
1.8 +below. If you don't already have them, install Xcode (it's a free download).
1.9 +
1.10 The least intrusive means to build on a Mac is to use Homebrew. However,
1.11 -Homebrew is not compatible with fink so if you have previously used fink
1.12 +Homebrew is not compatible with Fink so if you have previously used Fink
1.13 then you need an alternative solution, such as MacPorts (see below).
1.14
1.15 -It may also be possible to use fink itself.
1.16 +It may also be possible to use Fink itself.
1.17
1.18 Mac using Homebrew
1.19 ------------------
1.20
1.21 http://mxcl.github.com/homebrew/
1.22
1.23 -Install Homebrew according to its instructions.
1.24 +Install Homebrew according to its instructions. If you already had Homebrew
1.25 +before, make sure it's all up to date and “raring to brew.” For that, you
1.26 +want to run:
1.27 +
1.28 +$ brew update
1.29 +
1.30 +and
1.31 +
1.32 +$ brew doctor
1.33 +
1.34 +from your terminal.
1.35
1.36 If you are building bookloupe for your own use, you can use dynamic linking
1.37 like this: