Codebase list mirage / 0ed5724
Update dependencies list in README Thomas Ross 3 years ago
1 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
11 Copyright 2007 Scott Horowitz <stonecrest@gmail.com>
22
33 REQUIREMENTS:
4 (Required) PyGTK 2.12.0 or newer
5 (Required) GTK 2.10.0 or newer
6 (Building) GCC
7 (Building) python-dev and libX11-dev (on some distros)
4 (Required) PyGObject >= 3.29.3
5 (Required) PyGObject Cairo bindings
6 (Required) PyCairo
7 (Required) GTK >= 3.24.0
8 (Extensions) python3-dev and libX11-dev (on some distros)
89
910 INSTALLATION:
1011 Just run 'python setup.py install' as root.