1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,29 @@ |
1 |
+$Id$ |
|
2 |
+ |
|
3 |
+Installation Notes |
|
4 |
+ |
|
5 |
+Supported architectures: Linux, FreeBSD, Solaris |
|
6 |
+(for other architectures the Makefile must be edited) |
|
7 |
+ |
|
8 |
+Requirements: |
|
9 |
+ |
|
10 |
+ |
|
11 |
+- gcc |
|
12 |
+- bison or yacc (Berkley yacc) |
|
13 |
+- flex |
|
14 |
+- gmake (on Linux this is the standard "make") |
|
15 |
+ |
|
16 |
+Arhitecture Notes: |
|
17 |
+ |
|
18 |
+- FreeBSD: make sure gmake, bison & flex are installed |
|
19 |
+- Solaris: as above; you can use Solaris's yacc instead of bison |
|
20 |
+ |
|
21 |
+Compile: |
|
22 |
+ |
|
23 |
+make |
|
24 |
+(or gmake on non-Linux systems) |
|
25 |
+ |
|
26 |
+Install(not done yet): |
|
27 |
+ |
|
28 |
+make prefix=/usr/local install |
|
29 |
+ |
... | ... |
@@ -18,4 +18,13 @@ Low priority: |
18 | 18 |
- cfg. file reload |
19 | 19 |
- flags for using names or ip adresses in Via ? |
20 | 20 |
|
21 |
+- make install |
|
22 |
+- init.d scripts (and rc.local? for *BSD or Slackware) |
|
23 |
+- man page |
|
24 |
+- autoconf scripts |
|
25 |
+- Debian package build files |
|
26 |
+- the same for rpm |
|
27 |
+- the same for FreeBSD and Slackware |
|
28 |
+ |
|
29 |
+ |
|
21 | 30 |
|