add 2 missing dependencies for MacOSX

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
master
Victor Vieux 2015-07-23 16:12:41 -07:00
parent 87030982a1
commit 6025b25ad7
1 changed files with 1 additions and 1 deletions

View File

@ -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