Adjust the settings in the files
include/bibtool/config.h and \fiole config.h to fit your C
compiler and operating system.
B
Compile all .c files in the base directory. The macros
REGEX and maybe MSDOS should be defined if needed.
The subdirectory regex-0.12 should be included in the include search
path. A typical compile command looks like
cc main.c -c -o main.o -DREGEX -DMSDOS -Iregex-0.12 -I.
C
Compile regex.c in the regex-0.12 subdirectory
and move the object file into the base directory (The one containing
this file).
D
Link together all object files to get the executable
bibtool. (maybe include the kpathsea library; see section
Using the kpathsea library)
E
Run LaTeX on bibtool.tex in the Doc
Subdirectory to produce the documentation. (see step H in section
Generic Installation Procedure for details)