blob: 4afdbd2d8121bd65788f0b9a69189a3864ec7500 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Installation Instructions for AX.25 Library
===========================================
To make this library you will need the following:
glibc2.1
A Modern kernel
libtool
To build it you type:
./configure
make
make install
If you want to put the files in the "normal" places, type:
./configure --exec_prefix=/usr --prefix=
make
make install
That will put the binaries in /usr/{s}bin and the config files in
/etc/ax25
If you want to install the example config files
make installconf
|