summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 195f314122edd080d6ab5343a3444ab768437b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
1. If building from git (not needed for release tarballs):
   Generate build system files (requires autoconf from autotools)

	./autogen.sh

2. Generate makefiles
   (Run ./configure --help to see configuration options)

	./configure

3. Build executables

	make

4. Install executables and manual pages (optional)

	make install

   If installing to a system directory use

	sudo make install