File: INSTALL

package info (click to toggle)
ixbiff 0.03c
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 184 kB
  • ctags: 163
  • sloc: ansic: 795; makefile: 169; sh: 115
file content (24 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

First of all, my sincere apologies for not using autoconf. I'll start using
autoconf soon, but I just don't get around to playing with it.

Here is the quick installation guide:

1. Edit Makefile (see instructions in Makefile for more information).
   If you're not satisfied with the default paths, etc. you may also need
   to edit man/Makefile and src/Makefile.

2. Type make (in this directory). If you're lucky everything should should end
   up with a binary called ixbiff.

3. Type make install. If you want to uninstall the files, just type
   make uninstall

That should be it for most people. If you have any trouble installing,
please feel free to ask me. If you just want to check out ixbiff, before
actually installing anything, just type cd src && make. Edit ixbiff.conf
and run ixbiff.

I've included start/stop script (src/ixbiff.sh) for use as the debian
init script, but it should work for any flavour of Linux.