blob: e79e9dcfb0cde32f47c86413022e4ab1c675a067 [file] [log] [blame]
paul9104f562004-11-12 10:30:21 +00001--------------------------------------------------------------------------
2Building and Installing Quagga:
3
4The 'INSTALL' file contains generic instructions on how to use 'configure'
5scripts.
6
7For further Quagga specific information on 'configure' and build-time
8configuration of the software, please read the Quagga info documentation,
9(doc/quagga.info). To read the info page included with the Quagga sources
10without first installing Quagga:
11
12 cd doc/
13 pinfo -r quagga.info
14
15Assuming you have the user-friendly 'pinfo' info browser installed.
16
17You can also the standard GNU 'info' browser, if you prefer this browser you
18have no doubt already spent a lot of time reading its documentation and dont
19need to be told how to specify an info file by filename. ;)
20
21The Quagga website should also have recent versions of documentation
22available online.
23
24--------------------------------------------------------------------------
25Building Quagga from CVS checkouts:
26
27In order to build from CVS, you will need recent versions of several GNU
28tools, particularly autoconf, automake, libtool and texinfo. Note that the
29CVS snapshots on the Quagga website do not require these tools, everything
30is already setup ready to run 'configure', and if you have trouble building
31from CVS checkout it is recommended that you try a CVS snapshot instead.
32
33If you must build from plain CVS checkouts, the versions which should work
34at least with:
35
36 automake: 1.8.5
37 autoconf: 2.59
38 libtool: 1.5.6
39 texinfo: 4.7-4
40
41To create the required files, run either the 'update-autotools' script
42provided, or else the 'autoreconf' command supplied with your autoconf
43package. After this you may run configure. You will need a recentish version
44of GNU Texinfo in order to build doc/quagga.info, which is not supplied in
45CVS, but is supplied in the CVS snapshots on the Quagga website. You will
46need to run make to create this file.
47
48Please refer to "Building and Installing Quagga" above for further
49instructions.
50--------------------------------------------------------------------------