~ubuntu-branches/ubuntu/trusty/oxref/trusty

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
These are the installation instructions for oxref.

Extensive Installation Instruction:
===================================

License:
    This is free software according to the Gnu General Public License

    Copyright (c) 2011-NOW Frank B. Brokken (f.b.brokken@rug.nl)

Preliminaries:
--------------

You need icmake to compile oxref yourself. Icmake may be obtained from
http://icmake.sourceforge.net/

If you don't have icmake, you have to compile and link all sources by hand.
No support for this case is provided here.

To construct the man-page you need Yodl. Yodl can be obtained from
http://yodl.sourceforge.net 

Both icmake and yodl are available as Debian linux packages, see
www.debian.org 

--------------

Oxref depends on the Bobcat library. Bobcat is found at
http://bobcat.sourceforge.net.

Bobcat is also available as Debian linux packages, see www.debian.org

Installation Instructions:
--------------------------

1. All instructions should be done from the directory where
   the oxref_XX.YY.ZZ.tar.gz archive unpacks to (i.e., oxref-XX.YY.ZZ/).
2. Make sure you have the bobcat library and headers installed
3. Verify (and optionally modify) the directory locations in INSTALL.im
4. Do (not necessarily as root)
        ./build program strip
    This creates the sripped tmp/bin/oxref program
    and 
        ./build man
    This creates tmp/man/oxref.1 and tmp/manhtml/oxrefman.html  
5. Do (as root)
    ./build install /
6. Read oxref's man-page for details about its use.

Cleanup-instructions.
---------------------

./build distclean should cleanup all files created during the construction
process of either program or man-page. Alternatively, remove the oxref-XX.YY.ZZ
directory extracted from oxref_XX.YY.ZZ.tar.gz

Frank B. Brokken <f.b.brokken@rug.nl>