diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-22 13:25:07 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-22 13:25:07 (GMT) |
commit | 750687df50003c5f82a9397790c99a52322c5044 (patch) | |
tree | dc139ce67dad9516b78e387256dd71730facf2c8 /doc | |
parent | ac7cb3750dcb44b08a7e57a6b678224050c390f2 (diff) | |
download | mxe-750687df50003c5f82a9397790c99a52322c5044.zip mxe-750687df50003c5f82a9397790c99a52322c5044.tar.gz mxe-750687df50003c5f82a9397790c99a52322c5044.tar.bz2 |
Add Git to the list of requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index f3280a8..a0c4ed7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -616,6 +616,10 @@ USE_OSGPLUGIN(<plugin2>) <td></td> </tr> <tr> + <td><a href="http://git-scm.com/">Git</a></td> + <td>≥ 1.7</td> + </tr> + <tr> <td><a href="http://www.gnu.org/s/gettext/">GNU Gettext</a></td> <td></td> </tr> @@ -685,10 +689,10 @@ USE_OSGPLUGIN(<plugin2>) <!-- http://www.debian.org/distrib/packages#search_packages --> <pre>aptitude install -R autoconf automake bash bison bzip2 \ - cmake flex gettext g++ intltool make sed \ + cmake flex gettext git g++ intltool \ libtool libltdl-dev openssl libssl-dev \ - libxml-parser-perl patch perl \ - pkg-config scons unzip wget \ + libxml-parser-perl make patch perl \ + pkg-config scons sed unzip wget \ xz-utils yasm</pre> <p> |