Installation on MSDOS-like Computers
This section contains some hints on the compilation of BibTool on
MSDOS computers. These adaptions are mainly due to the efforts of
Josef Spangler (JS@rphnw3.ngate.uni-regensburg.de). All
credits go to him. Any remaining problems should be blamed on my
ignorance.
General instructions:
- A
- Copy makefile.dos to makefile and adjust it
according to your C compiler.
- B
- Edit include/bibtool/config.h and config.h to
adjust it to your needs. Normally you should be interested only in
the support of emTeX at the end of config.h.
- C
- Copy MSDOS\link .* to the source directory.
- D
- Depending on the C compiler do the following:
- dj (GNU C port)
make dj
- emx (GNU C port)
make emx
Maybe you have to set the environment variable EMX to point
to the installed EMX directory.
- Watcom C 386 (32 Bit Compiler for Dos, OS/2 2.x, Win32 and WinNT)
make wat
- Microsoft C 6.00A (16 Bit Dos and OS/2 1.x)
make msc
- Borland C++ 3.1 (16 Bit Dos)
Go and get another compiler.
Or, even better do the port and send me the diffs :-)
- E
- If you have tried the command bibtool in the current
directory you can install it with
make install
- F
- Make the documentation according to step H in section
Generic Installation Procedure.
© 2002
Gerd Neugebauer