Add Git to the list of requirements

This commit is contained in:
Volker Grabsch 2012-03-22 14:25:07 +01:00
parent ac7cb3750d
commit 750687df50
1 changed files with 7 additions and 3 deletions

View File

@ -615,6 +615,10 @@ USE_OSGPLUGIN(<plugin2>)
<td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
<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>
@ -685,10 +689,10 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- 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>