Installation

Consodoc is developed and tested under Linux, but it's written with portability in mind. Windows and Mac users are encouraged to install the prerequisite software, set the paths to the software in the Consodoc configuration files and test Consodoc.

Consodoc is developed and tested under SCons pre-release version 0.96.90. With each new pre-release version of SCons, Consodoc development is continued under the new version. Consodoc also supports SCons 0.96.1 and the development version.

Prerequisites:

Download Consodoc distribution tarball file consodoc-N.N.N.tar.gz from consodoc.com. Unpack the tarball:

$ tar zxf consodoc-N.N.N.tar.gz

Enter the folder consodoc-N.N.N and execute the command:

$ python setup.py install

If execution is failed with the message like “No module named distutils”, make sure that Python development libraries are installed (the RPM package name might be python-devel).

The installation script copies Consodoc files to /usr/share/consodoc-N.N.N, documentation to /usr/share/doc/consodoc-N.N.N and creates the program /usr/bin/cdoc.

It's possible to use Consodoc locally, without installing it. To do so,