diff options
author | Samuel Iglesias Gonsalvez <[email protected]> | 2014-11-21 08:53:21 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-12 11:20:28 +0100 |
commit | 2b37bea010a9c9333a813cc77d28629e1382c0be (patch) | |
tree | a4bb048039f0a1dbc3e63b0d3feedf22b5668ef0 /docs/install.html | |
parent | f89793946af22b720f746a5fb8b33d7b2f3e199b (diff) |
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 <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html index f12425fcb68..b12e1cb8cd9 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> |