Merge pull request #553 from Schocker/patch-1

Add missing wget dependency for OS X
master
Mateusz Przybył 2015-08-08 15:48:26 +02:00
commit cd1fb146ff
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 libicns librsvg
brew install cmake sdl sdl_image sdl_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext libicns librsvg wget
```
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