diff options
author | Sven Gothel <[email protected]> | 2014-08-28 06:56:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-28 06:56:16 +0200 |
commit | 1882b6551326e583c311b6b169be2222125df4d9 (patch) | |
tree | a7585d6093cfd71a97a3af894fd2f0d2b8e8191c | |
parent | 9c9d0cf211f7c2b65a3d4ee09e9529c28f673fa7 (diff) |
HowToBuild: Bump requirements: ant >= 1.9.0, git >= 1.7.10
- ant >= 1.9.0
- Due to java8 build support
- git >= 1.7.10
- Due to gluegen's new git query of HEAD branch and sha1-tip
-rw-r--r-- | doc/HowToBuild.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 0abcdb115..c0818e032 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -56,14 +56,17 @@ (not yet tested)</li> </ul> </li> - <li> <b><a href="http://ant.apache.org/">Ant</a></b> 1.8.2 or later</li> - <li> <b><a href="http://www.kernel.org/pub/software/scm/git/docs/">Git</a></b> 1.6.0 or later<br/> + <li> <b><a href="http://ant.apache.org/">Ant</a></b> 1.9.0 or later</li> + <li> <b><a href="http://www.kernel.org/pub/software/scm/git/docs/">Git</a></b> 1.7.10 or later<br/> <ul> <li> Use your Unix distribution's version, if available, or</li> <li> <a href="http://www.kernel.org/pub/software/scm/git/">Source Code for GNU/Linux, MacOSX, ..</a>, or</li> - <li> <a href="http://code.google.com/p/msysgit/">Git on Windows</a>, - <a href="http://code.google.com/p/msysgit/downloads/list">download</a> version - <a href="http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.0.2-preview20100309.exe&can=2&q=">1.7.0</a> or later.</li> + <li> Git on Windows + <ul> + <li> <a href="https://cygwin.com">cygwin</a></li> + <li> <a href="http://code.google.com/p/msysgit/">msysgit</a></li> + </ul> + </li> <li> <a href="http://code.google.com/p/git-osx-installer/">git-osx-installer</a> </li> </ul> </li> |