summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: fa9ffc1cb3156447e0669d46b719c3165d852ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation Instructions for AX.25 Tools
=========================================

To make this library you will need the following:
        glibc2.1
        A Modern kernel
        libtool
        libax25 0.0.5 or better

To build it you type:
        ./configure
        make
        make install

By default, it will install the files in /usr/local.  To change this
so that binaries go in  /usr and the conf files go in /etc
type 'make install --prefix=/usr --sysconfdir=/etc --localstatedir=/var'

To install the example configuration files type
	make installconf

  - Craig Small <csmall@small.dropbear.id.au>