Added SILC Thread Queue API
[silc.git] / util / robodoc / INSTALL
1 $Id$
2
3
4 There are two possibilities, if you have a system that supports
5 auto configuration (most Unix systems), then use:
6
7   ./configure
8   make
9   make docall
10
11 become root and do
12
13   make install
14
15
16 If your system does not support auto-configuration, then
17 have a look at  Source/makefile.plain  
18 you can build robodoc with
19
20
21   make -f makefile.plain 
22
23
24 Additional documentation is provided in Docs/, in the form of
25 robodoc.html.  For a good example of how to use ROBODoc see the
26 ROBODoc source code.  To see what kind of documentation can
27 generated with ROBODoc, change to Source/ and do a
28
29   make xhtml
30   make example
31
32 or
33
34   make -f makefile.plain example
35
36 It assumes you have netscape installed.
37
38 If you want to see the LaTeX documentation use
39    make xtex
40    make texview
41    gv ROBODoc_mi.ps
42
43
44 Also have a look at the example makefile in the Docs/ directory.
45
46
47 Have fun,
48 Frans.
49