Removed GLEW dependency

archshift 2014-09-01 20:24:03 -07:00
parent 40dce33f73
commit a75643054a

@ -3,7 +3,6 @@
It's recommended that you use [homebrew](https://brew.sh) to install dependencies.
You'll need to download and install the following to build Citra:
* [GLEW](http://glew.sourceforge.net/) (`brew install glew`)
* [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) (`brew install pkgconfig`)
* [GLFW](http://www.glfw.org/download.html) (`brew tap homebrew/versions`, `brew install glfw3`)
* [Qt5](http://qt-project.org/downloads) (`brew install qt5`)