From 63472a94ef657354e0d16dd3302b98ab345d949a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 14 Mar 2013 17:34:50 -0600 Subject: add Python Mako module to the list of prerequisites --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3