Codebase list ccsm / 16243de6-99ae-4710-ae0d-2841cc7cf2af/main INSTALL
16243de6-99ae-4710-ae0d-2841cc7cf2af/main

Tree @16243de6-99ae-4710-ae0d-2841cc7cf2af/main (Download .tar.gz)

INSTALL @16243de6-99ae-4710-ae0d-2841cc7cf2af/mainraw · history · blame

This software depends on Python and PyGTK >= 2.12
sexy-python (libsexy bindings) is also used but optionnal.
Of course librsvg-common is needed for a proper svg support in gtk/gdk.

Run the setup.py script to install, e.g.:
    python setup.py install (as root, or with root rights using sudo)

To install it to /usr/local (or any other prefix) use:
    python setup.py install --prefix=/usr/local
(specify --prefix _after_ install or it won't work)

For debian based distributions, to avoid having ccm module installed
into an incorrect location, pass --install-layout=deb to setup.py