File: INSTALL

package info (click to toggle)
ccsm 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,908 kB
  • ctags: 606
  • sloc: python: 4,700; makefile: 56
file content (10 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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)