summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-08-11 23:25:41 -0700
committerVinson Lee <vlee@vmware.com>2011-08-11 23:25:41 -0700
commitb3554717e1077b85d59279da1e72f2524d0f0b15 (patch)
tree3e69837ecfa9dbf595fb3be2f8cd49f7d9a60c61
parent9d059906dc155129729e2138b192d51139045181 (diff)
README: Add build instructions for Cygwin.
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
index 39384738..21511d46 100644
--- a/README
+++ b/README
@@ -102,6 +102,29 @@ Generate and exit.
$ make
+2.4 Cygwin
+----------
+
+Install development packages.
+ - cmake
+ - gcc4
+ - make
+ - opengl
+ - libGL-devel
+ - libpng12-devel
+ - libpng14-devel
+ - zlib-devel
+ - libtiff-devel
+ - python
+ - python-numpy
+ - libglut-devel
+ - libGLU-devel
+
+Configure and build.
+ $ cmake .
+ $ make
+
+
3. How to run tests
-------------------