From ac4e5c6da49864cb11177780471c9f9e297cf553 Mon Sep 17 00:00:00 2001 From: Marci Date: Sat, 7 Oct 2017 13:40:30 +0100 Subject: [PATCH] Update README.md Need wget on HighSierra also... not part of os or Xcode-cli. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc79011a..04847ad6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system Install [Xcode](https://developer.apple.com/xcode/) or *command line developer tools* with `xcode-select --install`. Install [CMake](https://cmake.org/), preferably from [Homebrew](https://brew.sh/). +Install [WGet](https://www.gnu.org/software/wget/), preferably from [Homebrew](https://brew.sh/). ### Windows