mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
c96151f3bb
modes. The former installs uncompressed documents, the latter compressed. The ./build clean mode no longer removes Debian-specific left-overs; this is left to Debian's `rules' file. Man-page and INSTALL info were modified accordingly git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@6 f6dd340e-d3f9-0310-b409-bdd246841980
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
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
|