File: INSTALL

package info (click to toggle)
aprx 2.9.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,332 kB
  • sloc: ansic: 15,809; sh: 604; makefile: 159
file content (57 lines) | stat: -rw-r--r-- 1,352 bytes parent folder | download | duplicates (4)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

          INSTALL of  APRX 2


Instructions for how to build Debian apt packages are provided
at the end of this file


A rough-cut version of the installation instructions

  0) Prerequisites:
      Does not need anything beside standard libc!
      (In particular the Linux version does not need
       libax25 / libax25-dev !)

  1) Start with  ./configure  --parameters
     For a small memory system without writable /tmp
     you have to use  --with-embedded   option.

  2) Cleanliness is good start:

         $ make clean

  3) Compile the thing:

         $ make

  4) There is automatic "install" as:

         # make install

      with several presumptions about directories fixed
      into the Makefile (possibly some adjustments are
      required, depending upon your environment.)

  5) Edit the configuration file to match your system:

        # $EDITOR /etc/aprx.conf

     See the  aprx(8) man-page for more info (man 8 aprx)

  6) Program startup scripts ("init-scripts") exist for a
     couple system environments, others may need manual
     adapting.



For Debian users wanting to compile themselves instead of using
precompiled binaries:

	# aptitude install git build-essential debhelper libssl-dev
	$ git clone https://github.com/PhirePhly/aprx.git
	$ cd aprx
	$ ./configure
	$ make make-deb
	# dpkg -i ../aprx_....deb