File: INSTALL

package info (click to toggle)
aprsdigi 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 420 kB
  • sloc: ansic: 3,690; sh: 656; makefile: 24
file content (38 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
N2YGK's aprsdigi 2.4.3 installation instructions
----------------------------------------------

Alan Crosswell, n2ygk@weca.org

PREREQUISITES:
-------------

1. You must have a Linux 2.4.x kernel with AX.25 and "Packet socket" configured
   (CONFIG_AX25 and CONFIG_PACKET) along with the applicable low-level
   AX.25 drivers (CONFIG_MKISS, CONFIG_BAYCOM*, CONFIG_SOUNDMODEM*, etc.)
   This release of my software has been tested with Linux 2.4 and GNU libc
   2 (glibc) on a Red Hat 8.0 distribution.  See the AX25-HOWTO for 
   instructions:  http://www.linuxdoc.org/HOWTO/AX25-HOWTO.html

2. You need libax25.a and the corresponding include files.  These are
   part of the libax25-0.0.7 (or later) package.  You also will need
   ax25-tools and you might as well get ax25-apps too.  The AX25-HOWTO
   tells how to get and install these as well.

INSTALLING FROM SOURCES:
-----------------------

First make sure you have libax25 installed.

Then untar and build aprsdigi:

  gunzip -c aprsdigi-2.4.3.tar.gz | tar xfz -
  cd aprsdigi-2.4.3
  ./configure
  make
  make install

CONFIGURING
-----------

See the man page, aprsdigi.8.