summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-08-08 16:31:20 -0700
committerVinson Lee <vlee@vmware.com>2011-08-08 16:31:20 -0700
commitcb39215fcfd575ff8c778f98eb41263d366f22d0 (patch)
treee90a3f3508995e4e29a2957e8489cc626ce00238
parentb487ea42cb66f7872841547742d4ac0ff5f36625 (diff)
README: Add build instructions for Ubuntu.
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 1f567e37..43df34df 100644
--- a/README
+++ b/README
@@ -56,6 +56,17 @@ On Linux, if cross-compiling a 32-bit build on a 64-bit host, then you must
invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=i386".
+2.2 Ubuntu
+----------
+
+Install development packages.
+ $ sudo apt-get install cmake g++ mesa-common-dev libgl1-mesa-dev libtiff4-dev zlib1g-dev libpng12-dev python-numpy freeglut3-dev x11proto-gl-dev libxrender-dev
+
+Configure and build.
+ $ cmake .
+ $ make
+
+
3. How to run tests
-------------------