Add note about installing glfw3 from source.

This commit is contained in:
Jack Moffitt 2014-09-09 16:40:47 -06:00
parent e6c063032a
commit 1c37e54065

View file

@ -9,6 +9,10 @@ Servo welcomes contribution from everyone. See
## Prerequisites
Note, on systems without glfw3 packages, you can compile from source. An
example can be found in [the TravisCI install
script](etc/ci/travis.install.sh).
On OS X (homebrew):
``` sh