![]() ![]() ![]() |
Getting Started with BibTool![]() |
See if there is a special section for your computer/C compiler and follow the instructions given there. Most probably you will be directed back into this section after some initial actions.
See Section Using the kpathsea library and see if it applies to your setting.
To install BibTool you can try to apply the following instructions:
Edit the makefile and adjust the settings in the configuration section according to your needs.
Maybe you have to adapt the name and options for your C compiler. (Most of the time I prefer the GNU C compiler)
Maybe you want to change the location for the installation target, even though reasonable defaults are provided.
make depend
Otherwise just skip this step. It is only helpful if you compile BibTool more than once.
This might cause problems if the makedepend command does not fit the C compiler used (e.g. proprietary makedepend together with gcc). This results in unknown files to show up. In this case also skip this step and revert to the original makefile.
make
Most probably this should produce the executable bibtool (or bibtool.exe, or bibtool.ttp, or ...) in the current directory.
make install
to install the executable and the libraries and
make install.man
to install the UN*X man pages. This is only useful if you can make use of them, i.e. on a UN*X-like system.
make clean
latex bibtool latex bibtool bibtex bibtool makeidx bibtool latex bibtool latex bibtool
The makeidx program may be named differently on your system or missing at all. In this case you can omit this step and do without the index.
On UN*X you can try
make doc
which tries to perform the steps given above.
![]() ![]() ![]() |
Getting Started with BibTool![]() |