aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-03-14 17:34:50 -0600
committerBrian Paul <brianp@vmware.com>2013-03-18 15:28:24 -0600
commit63472a94ef657354e0d16dd3302b98ab345d949a (patch)
tree002dbdc5fa20a68f4fc9c27f7bf6c5f23616e67f
parent992b69571cbdfd3166115dcdd59268c7fd2c87e0 (diff)
add Python Mako module to the list of prerequisites
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 69f9e9bb..bd4591ec 100644
--- a/README
+++ b/README
@@ -30,6 +30,7 @@ The original tests have been taken from
First of all, you need to make sure that the following are installed:
- Python 2.7 or greater
+ - Python Mako module
- numpy (http://www.numpy.org)
- cmake (http://www.cmake.org)
- GL, glu and glut libraries and development packages (i.e. headers)
@@ -61,7 +62,7 @@ invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=i386".
----------
Install development packages.
- $ sudo apt-get install cmake g++ mesa-common-dev libgl1-mesa-dev python-numpy freeglut3-dev x11proto-gl-dev libxrender-dev
+ $ sudo apt-get install cmake g++ mesa-common-dev libgl1-mesa-dev python-numpy python-mako freeglut3-dev x11proto-gl-dev libxrender-dev
Install additional components for which Ubuntu packages do not yet exist:
- waffle (http://people.freedesktop.org/~chadversary/waffle)