tisn05 / sk1

Automatically exported from code.google.com/p/sk1
Other
0 stars 0 forks source link

sK1 is an open source vector graphics editor similar to CorelDRAW, Adobe Illustrator, or Freehand. sK1 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) 2010-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