From 1c37e54065fc075edf1c507f5af15538f5049c60 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Tue, 9 Sep 2014 16:40:47 -0600 Subject: [PATCH] Add note about installing glfw3 from source. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 18e249539cd..135b8b93ede 100644 --- a/README.md +++ b/README.md @@ -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