| SVGpage Download |
|---|
|
Python Source Code (917k): See the installation notes below for requirements. MD5SUM e3e7e6ff86b01e68051b08a463214d37 svgpage_src-0.5.tar.bz2 |
Install.txt:
Installation should be simple, as there is nothing to compile.
The GTK (and library) requirements are another matter...
REQUIREMENTS:
Autotrace is needed, but a precompiled version is included in the directory with
the binary distribution of SVG-page, which should work on most systems. If
that autotrace does not work for you, then download autotrace for yourself from:
http://autotrace.sourceforge.net/
My version is built statically, without pstoedit or imagemagick, with gcc-3.3.5.
If autotrace is in your PATH, SVGpage will use that version instead of the
precompiled version I include.
-----------------------------------------------
The GTK requirements:
GTK >= 2.8 (I built on 2.8.17)
glib >= 2.8
Cairo >= 1.0 (I used 1.0.4. Cairo IS a GTK requirement as of 2.8)
pkg-config-0.19
And be running:
X.org-6.8.2 or XFree86-4.5.0 (or greater)
libsvg >= 0.1.4
libsvg-cairo >= 0.1.6
pycairo >= 1.0.2
pyGTK >= 2.8
------------------------------------------------
The imghdr.py included is a replacement for the python-2.4.x series.
It includes support for Exif and XPM images. Leave it in the folder
with the SVGpage.py file and it will be imported from there without any
other configuration...
------------------------------------------------
