2005-04-02 Paul Jakma <paul@dishone.st>

* INSTALL.quagga.txt: Add note about additional CVS build
	  requirements, if one wishes to build ps/pdf docs.
This commit is contained in:
paul 2005-04-02 17:13:33 +00:00
parent 3b7b814c83
commit 3849db25b0
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-02 Paul Jakma <paul@dishone.st>
* INSTALL.quagga.txt: Add note about additional CVS build
requirements, if one wishes to build ps/pdf docs.
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* configure.ac: Add strnlen to AC_CHECK_FUNCS.

View File

@ -1,4 +1,4 @@
# $Id: INSTALL.quagga.txt,v 1.8 2004/11/23 17:19:21 gdt Exp $
# $Id: INSTALL.quagga.txt,v 1.9 2005/04/02 17:13:33 paul Exp $
--------------------------------------------------------------------------
Building and Installing Quagga from releases or snapshots:
@ -53,6 +53,10 @@ When texinfo 4.7 is widespread, it will be removed and texinfo will
become required again. (4.7 has figure support, needed for the route
server docs, which is why 4.6 doesn't work.)
In order to create PostScript or PDF versions of the Texinfo documentation,
you will need the convert utility, from the ImageMagick toolset installed,
and epstopdf from the TeTeX suite.
To create the required autotools files (Makefile.in, configure, etc.),
run either the 'update-autotools' script provided, or else the
'autoreconf -i' command supplied with your autoconf package. After this