From 9908567a89e71f5a58fd5c69067871ff1b3e3b85 Mon Sep 17 00:00:00 2001 From: twpayne Date: Mon, 25 Mar 2013 05:00:33 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index bd9d49c..f0c5821 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -44,6 +44,12 @@ To get JSDoc from GitHub: Again, the `jsdoc` executable, located at the root of `jsdoc` repository, should be in your `PATH`. +If you are want to modify the WebGL shaders, you'll need +[glsl-unit](https://code.google.com/p/glsl-unit/). Get it with git: + + $ git clone https://code.google.com/p/glsl-unit/ build/glsl-unit + + ### Travis CI Although not mandatory it is recommended to set up Travis CI for your ol3 fork.