diff options
Diffstat (limited to 'README-hacking')
-rw-r--r-- | README-hacking | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README-hacking b/README-hacking index 563d214..96cdeb9 100644 --- a/README-hacking +++ b/README-hacking @@ -15,6 +15,7 @@ tools we depend upon, including: - Autoconf <http://www.gnu.org/software/autoconf/> - Bison <http://www.gnu.org/software/bison/> - Gettext <http://www.gnu.org/software/gettext/> +- Git <http://git.or.cz/> - Gperf <http://www.gnu.org/software/gperf/> - Gzip <http://www.gnu.org/software/gzip/> - Perl <http://www.cpan.org/> @@ -27,6 +28,14 @@ Valgrind supports your architecture. Only building the initial full source tree will be a bit painful. Later, a plain `git pull && make' should be sufficient. +* LZMA + +This package's build procedure uses LZMA to create a compressed +distribution tarball. Using this feature of Automake requires +version 1.10.1 or newer, as well as the lzma program itself. +Make sure you have the latest stable version of the LZMA Utils +from <http://tukaani.org/lzma/>. + * First GIT checkout You can get a copy of the source repository like this: |