From ff93634a878d26845e1643d1b0a3648d903b53b0 Mon Sep 17 00:00:00 2001 From: Adrian Korzeniowski Date: Sat, 8 Aug 2015 15:30:07 +0200 Subject: [PATCH] Add missing wget dependency for OS X OS X does not come with wget installed by default. --- INSTALL-MacOSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL-MacOSX.md b/INSTALL-MacOSX.md index 9cbc039a..de3b78b0 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 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