install.texi: Document requirements on antlr.

2008-10-26  Matthias Klose  <doko@ubuntu.com>

       * doc/install.texi: Document requirements on antlr.

From-SVN: r141373
This commit is contained in:
Matthias Klose 2008-10-26 16:22:52 +00:00 committed by Matthias Klose
parent 0a622aee21
commit 793c44bd8e
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-10-26 Matthias Klose <doko@ubuntu.com>
* doc/install.texi: Document requirements on antlr.
2008-10-25 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.h (REG_ALLOC_ORDER): Put call-clobbered registers

View file

@ -448,6 +448,17 @@ the GCC-specific entry point. You can download a suitable jar from
@uref{ftp://sourceware.org/pub/java/}, or by running the script
@command{contrib/download_ecj}.
@item antlr.jar version 2.7.1 (or later)
@itemx antlr binary
If you wish to build the @command{gjdoc} binary in libjava, you will
need to have a @file{antlr.jar} library available. The library is
searched in system locations but can be configured with
@option{--with-antlr-jar=} instead. When configuring with
@option{--enable-java-maintainer-mode}, you will need to have one of
the executables named @command{cantlr}, @command{runantlr} or
@command{antlr} in your path.
@end table
@html