File: INSTALL

package info (click to toggle)
c%2B%2B-annotations 6.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,176 kB
  • ctags: 2,567
  • sloc: cpp: 14,411; makefile: 2,988; ansic: 165; perl: 90; sh: 29
file content (39 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (10)
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
To install the C++ Annotations:

    0. To use the `build' script you must have `icmake'. Below it is assumed
       you do.

    1. Inspect the directories defined in INSTALL.im and change their
       definitions if that would suit you better.

    2. Execute:
        
            ./build docs

    3. Execute:
    
            ./build install

       or, if you'd rather have compressed .html, .dvi, .pdf and .ps files:

            ./build cinstall

       To both ./build install and ./build cinstall you may optionally add a
       directory below which you'd like all documents to be installed. If not
       specified, the root (/) directory is used. INSTALL.im's paths are
       appended to / or to your explicitly specified directory.  E.g., the
       cpp-annotations man page is by default installed in

            /usr/share/man/man7

       but if you issue the command

            ./build install /tmp/cpp-annot

       it will end up in

            /tmp/cpp-annot/usr/share/man/man7

       You must likely be the `root' user to use the default (i.e., /).

Frank