peterockpile / print-design

Automatically exported from code.google.com/p/print-design
Other
0 stars 0 forks source link

PrintDesign is an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. PrintDesign is oriented for prepress industry, so it works with CMYK colorspace and produces CMYK-based PDF and PS output.

sK1 Project (http://sk1project.org), Copyright (C) 2013 by Igor E. Novikov

How to install:

to build package: python setup.py build to install package: python setup.py install

to create source distribution: python setup.py sdist

to create binary RPM distribution: python setup.py bdist_rpm

to create binary DEB distribution: python setup.py bdist_deb

help on available distribution formats: python setup.py bdist --help-formats

DETAILS

If you wish testing PrintDesign 1.0 you have two installation ways. First option is a distutils install with commands:

python setup.py build python setup.py install

Application will be installed into /usr/local/lib/python2.x/site-packages Also printdesign script will be in /usr/local/bin But this way is not recommended. The most preferred option is a package installation (deb or rpm). You can create package using command:

python setup.py bdist_deb (for Ubuntu|Mint|Debian etc.) python setup.py bdist_rpm (for Fedora|OpenSuse|Mandriva etc.)

By installing the package you have full control over all the installed files and can easily remove them from the system (it's important for application preview).

For successful installation you need install UniConvertor 2.0 (you need to build this package yourself) and python-wxgtk2.8 packages before.