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.
|