Commit 793c44bd by Matthias Klose Committed by Matthias Klose

install.texi: Document requirements on antlr.

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

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

From-SVN: r141373
parent 0a622aee
2008-10-26 Matthias Klose <doko@ubuntu.com>
* doc/install.texi: Document requirements on antlr.
2008-10-25 Richard Sandiford <rdsandiford@googlemail.com> 2008-10-25 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.h (REG_ALLOC_ORDER): Put call-clobbered registers * config/mips/mips.h (REG_ALLOC_ORDER): Put call-clobbered registers
......
...@@ -448,6 +448,17 @@ the GCC-specific entry point. You can download a suitable jar from ...@@ -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 @uref{ftp://sourceware.org/pub/java/}, or by running the script
@command{contrib/download_ecj}. @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 @end table
@html @html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment