blob: 0f4082e3e4684cde9f0fa02a3d935b94aec5b916 [file] [log] [blame]
gdt3764c0c2004-11-15 17:26:47 +00001# $Id: INSTALL.quagga.txt,v 1.3 2004/11/15 17:26:47 gdt Exp $
gdt8bed7802004-11-15 15:34:50 +00002
paul9104f562004-11-12 10:30:21 +00003--------------------------------------------------------------------------
gdt3764c0c2004-11-15 17:26:47 +00004Building and Installing Quagga from releases or snapshots:
paul9104f562004-11-12 10:30:21 +00005
6The 'INSTALL' file contains generic instructions on how to use 'configure'
7scripts.
8
gdt3764c0c2004-11-15 17:26:47 +00009Quagga can be compiled with either BSD make or GNU make.
10GNU make 3.80 is known to work.
11The following system makes are known to work
12 NetBSD 1.6.2
13 NetBSD 2.0
14
paul9104f562004-11-12 10:30:21 +000015For further Quagga specific information on 'configure' and build-time
16configuration of the software, please read the Quagga info documentation,
17(doc/quagga.info). To read the info page included with the Quagga sources
18without first installing Quagga:
19
20 cd doc/
21 pinfo -r quagga.info
22
23Assuming you have the user-friendly 'pinfo' info browser installed.
24
25You can also the standard GNU 'info' browser, if you prefer this browser you
26have no doubt already spent a lot of time reading its documentation and dont
27need to be told how to specify an info file by filename. ;)
28
29The Quagga website should also have recent versions of documentation
30available online.
31
32--------------------------------------------------------------------------
33Building Quagga from CVS checkouts:
34
35In order to build from CVS, you will need recent versions of several GNU
gdt3764c0c2004-11-15 17:26:47 +000036tools, particularly autoconf, automake, libtool and texinfo. Note that the
gdt8bed7802004-11-15 15:34:50 +000037CVS snapshots on the Quagga website do not require these tools; everything
gdt3764c0c2004-11-15 17:26:47 +000038is already setup ready to run 'configure'. If you have trouble building
paul9104f562004-11-12 10:30:21 +000039from CVS checkout it is recommended that you try a CVS snapshot instead.
40
gdt3764c0c2004-11-15 17:26:47 +000041If you are building from plain CVS checkouts, the versions which
42should work at least with:
paul9104f562004-11-12 10:30:21 +000043
44 automake: 1.8.5
45 autoconf: 2.59
46 libtool: 1.5.6
gdt3764c0c2004-11-15 17:26:47 +000047 texinfo: 4.7
paul9104f562004-11-12 10:30:21 +000048
gdt3764c0c2004-11-15 17:26:47 +000049To create the required autotools files (Makefile.in, configure, etc.),
50run either the 'update-autotools' script provided, or else the
51'autoreconf' command supplied with your autoconf package. After this
52you may run configure. GNU texinfo is required in order to build
53doc/quagga.info, which is not supplied in CVS, but is supplied in the
54CVS snapshots on the Quagga website. quagga.info is created via
55makeinfo during the build.
paul9104f562004-11-12 10:30:21 +000056
57Please refer to "Building and Installing Quagga" above for further
58instructions.
gdt8bed7802004-11-15 15:34:50 +000059
60--------------------------------------------------------------------------
61Notes on required versions:
62
63The general goal is to use a modern baseline of tools, while not
64imposing pain on those tracking stable distributions. The notes below
65explain what versions are present in various environments.
66
67TODO:
68texinfo 4.7-4 is not a version of texinfo, per
69http://ftp.gnu.org/gnu/texinfo/.
70
71NetBSD pkgsrc provides automake 1.9.1 autoconf 2.59 libtool 1.5.6
72NetBSD 1.6.2 and 2.0 provide texinfo 4.6.
paul9104f562004-11-12 10:30:21 +000073--------------------------------------------------------------------------