forked from MarcJHuber/event-driven-servers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
85 lines (55 loc) · 2.33 KB
/
README
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
80
81
82
83
84
This is a collection of high-performance and scalable event-driven servers
(notably tac_plus-ng, tac_plus, ftpd, tcprelay). Please have a look at the
documentation for configuration details.
Issues can be reported via
https://github.com/MarcJHuber/event-driven-servers/issues
or the mailing list at
Home site is https://www.pro-bono-publico.de/projects/
Installation instructions
=========================
This software suite should compile quite fine on a variety of platforms,
e.g. current versions of Sun Solaris, FreeBSD, NetBSD, OpenBSD, DragonFly
BSD, Darwin, Linux and Cygwin. See the comments at the beginning of
misc/sysconf.h
for a somewhat comprehensive list.
Unless you're trying to install the software on an unsupported system,
there shouldn't be any need to mess with the makefiles. If you do so,
you're on your own, and you'll better know what you're doing.
Build environment
-----------------
Required tools:
- A supported C compiler, plus linker. GCC and LLVM are fine.
- GNU make (version 3.79.1, unpatched, recommended, others may or may
not work).
- Perl
- Various development header files and libraries
Compile & Install
-----------------
Please run "./configure --help". It will output a list of supported
options. Then run ./configure with the appropriate arguments. After
that, run "make" to start the compilation process and "make install"
to install the compiled binaries.
Example:
./configure tac_plus-ng
make
sudo make install
You may actually omit the "configure" step if you're content with
the default build options, which are to compile everything and to
use all optional features your system supports at first glance.
For initial testing, before installing anything, you may enter the
/usr/local/lib/mavis/sample
directory and run the sample configurations you'll find there.
Documentation
=============
The distribution comes with documentation located in the
top-level "doc" directory.
Support
=======
While I really appreciate that you're using the software I'd
very much prefer *not* to receive private support enquiries.
Please direct support queries to the mailing list at
or file an issue at
https://github.com/MarcJHuber/event-driven-servers/issues
The latter is currently more reliable, due to Google list issues.