summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/r2bib/INSTALL
blob: 2bf3d33a4575e41c6145aa6a5f1227645e637652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Compilation of the executables is based on the GNU autotools:

autoreconf -i
./configure   # optionally with --prefix=....installation directory
make install

Alternatively the gcc compiler and/or lex compilers can be used,
in the minimalistic cases without optimization similar to:

  cc -o EndNote2bib EndNote2bib.c
  cc -o dosToTex dosToTex.c
  cc -o r2bib r2bib.c
  c++ -o EndNoteTag EndNoteTag.cxx

In particular, some tuning of the behavior of ansel2uni(1)  is only
supported by running lex(1) and cc(1) separately, using preprocessor
options for the later.

The man(1) pages installed above may require an update of the database in the MANPATH:
   echo $MANPATH
   mandb man

Otherwise they can be looked at in the style of nroff(1) through a pager,
   nroff -man EndNote2bib.1 | more
   nroff -man EndNoteTag.1 | more
   nroff -man risDateAdj.1 | more
   nroff -man wileyEndNoteFilt.1 | more
   nroff -man ansel2uni.1 | more
   nroff -man dosToTex.1 | more
   nroff -man r2bib.1 | more