Update dependency list noting what is not needed on OS X

This commit is contained in:
Kovid Goyal
2017-01-12 01:05:27 +05:30
parent 268560a1c6
commit 3b2e28fd83

View File

@@ -75,10 +75,9 @@ the following dependencies are installed first.
.Dependencies .Dependencies
* python >= 3.5 * python >= 3.5
* glew >= 2.0 * glew >= 2.0 (not needed on OS X)
* glfw-dev >= 3.2 * glfw >= 3.2
* freetype * freetype, fontconfig (not needed on OSX)
* fontconfig
* xdpyinfo and xsel (on X11 based systems) * xdpyinfo and xsel (on X11 based systems)
* gcc or clang (required for building) * gcc or clang (required for building)
* pkg-config (required for building) * pkg-config (required for building)