From 6025b25ad71eb922b4cdc1be174e8b18501d16bc Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 23 Jul 2015 16:12:41 -0700 Subject: [PATCH] add 2 missing dependencies for MacOSX Signed-off-by: Victor Vieux --- INSTALL-MacOSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL-MacOSX.md b/INSTALL-MacOSX.md index 732c0f70..4e31a1d3 100644 --- a/INSTALL-MacOSX.md +++ b/INSTALL-MacOSX.md @@ -8,7 +8,7 @@ After installing Developer Command Line Tools, you should have basic tools like ``` And then: ```bash - brew install cmake sdl sdl_image sdl_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext po4a + brew install cmake sdl sdl_image sdl_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext libicns librsvg po4a ``` Gettext is installed in separate directory without adding the files to system path, so in order to get it working normally, you should call also: ```bash