File: README

package info (click to toggle)
fbb 7.04j-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,504 kB
  • ctags: 5,360
  • sloc: ansic: 85,105; sh: 985; makefile: 304
file content (79 lines) | stat: -rw-r--r-- 2,198 bytes parent folder | download | duplicates (5)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79

These are the sources of xfbbd (daemon version for LINUX) and their utilities.

1/ Compiling xfbbd and its utilities :
--------------------------------------
- goto fbbsrc/src drectory
- update the variables at the beginning of both Makefile, depending of your
  configuration. This must point to the ax25-utils include and librairies.
  Be sure to use at least the version 2.1.37b of ax25-utils.

AX25LIBPATH = /usr/src/ax25/lib
AX25INCPATH = /usr/src/ax25/lib

- run "make"



2/ Compiling the xfbbC client :
-------------------------------
- goto fbbsrc/client
- update the variables at the beginning of both Makefile, depending of your
  configuration. This must point to the ax25-utils include and librairies.
  Be sure to use at least the version 2.1.37b of ax25-utils.

AX25LIBPATH = /usr/src/ax25/lib
AX25INCPATH = /usr/src/ax25/lib

- run "make"



3/ Compiling the xfbbX client :
-------------------------------
- this is only possible if you have a version of Motif installed.
- in Makefile uncomment the line :

all : client xfbbX_cl

- run "make", this will build a xfbbX_cl binary. 
- xfbbX is a shell script which creates the resource file and runs xfbbX_cl.
- If you don't have Motif, xfbbX cannot be compiled.



4/ Fixes and evolutions :
-------------------------
Please, do not create new versions of code, this will make us impossible
to maintain and know what is the current version. Instead help us to develop
the code and fix the bugs. All fixes and evolutions will be welcome.

Please again, do not delete the copyright and author headers in the files.

If you didn't already it, subscribe to the xfbb mailing list by sending a 
email to majordomo@f6fbb.org without title and with "subscribe xfbb" as the 
first line of text.

Then you will be able to send you fix, evolutions proposals and remarks to 
the mailing list.



5/ xfbbd exit values :
----------------------
0 : Error (configuration...)
1 : Sigterm received
2 : re-run (no housekeeping)
3 : housekeeping
4 : Software stop
5 : Segv or BusError
6 : System Reboot asked



6/ Good luck with "fbb"... 
--------------------------

   Jean-Paul ROUBELAT jpr@f6fbb.org
   6 rue George Sand
   31120 ROQUETTES - France