summaryrefslogtreecommitdiffstats
path: root/docs/install.html
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>2014-11-21 08:53:21 +0100
committerIago Toral Quiroga <itoral@igalia.com>2015-01-12 11:20:28 +0100
commit2b37bea010a9c9333a813cc77d28629e1382c0be (patch)
treea4bb048039f0a1dbc3e63b0d3feedf22b5668ef0 /docs/install.html
parentf89793946af22b720f746a5fb8b33d7b2f3e199b (diff)
downloadexternal_mesa3d-2b37bea010a9c9333a813cc77d28629e1382c0be.zip
external_mesa3d-2b37bea010a9c9333a813cc77d28629e1382c0be.tar.gz
external_mesa3d-2b37bea010a9c9333a813cc77d28629e1382c0be.tar.bz2
configure: require python mako module
It is now a hard dependency because of the autogeneration of format pack and unpack functions. Update the documentation to reflect this change. v2: - Inline python script in m4 file and use PYTHON2 v3: - Remove semicolons and quotes and change coding style - Add Ilia Mirkin suggestion to use Python's split functionality. - Use AX_CHECK_PYTHON_MAKO_MODULE name. - Change to MIT license Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html
index f12425f..b12e1cb 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -38,6 +38,10 @@
Version 2.6.4 or later should work.
</li>
<br>
+<li><a href="http://www.makotemplates.org/">Python Mako module</a> -
+Python Mako module is required. Version 0.7.3 or later should work.
+</li>
+</br>
<li><a href="http://www.scons.org/">SCons</a> is required for building on
Windows and optional for Linux (it's an alternative to autoconf/automake.)
</li>
@@ -78,7 +82,7 @@ the needed dependencies:
<pre>
sudo yum install flex bison imake libtool xorg-x11-proto-devel libdrm-devel \
gcc-c++ xorg-x11-server-devel libXi-devel libXmu-devel libXdamage-devel git \
- expat-devel llvm-devel
+ expat-devel llvm-devel python-mako
</pre>