From 5fa0eeb3bf2c3a8c43d4f3e165a64f0db779d69d Mon Sep 17 00:00:00 2001 From: John-Philip Johansson Date: Sun, 13 Mar 2016 10:32:55 +0100 Subject: [PATCH] Update README.md Add SDL2 to brew install list for compiling on OSX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9954aa8de1..d219ee2e87 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Complete Raspberry Pi build instructions at [emulationstation.org](http://emulat [XCode Dev Tools] (http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/) ```bash -brew install cmake freeimage freetype eigen boost +brew install cmake freeimage freetype eigen boost sdl2 ```