Browse Source

Add wget to mac deps

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
1b3c69d85b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -20,7 +20,7 @@ Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system
### Mac

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 [CMake](https://cmake.org/) and wget, preferably from [Homebrew](https://brew.sh/).

### Windows



Loading…
Cancel
Save