sk1  2.0rc5
About: sK1 is an illustration program that supports professional publishing features, such as CMYK color, separations, ICC color management and press-ready PDF output. Release candidate.
  Fossies Dox: sk1-2.0rc5.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

sk1 Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies sk1-2.0rc5.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README.txt
sK1 2.0
--------------------------------------------------------------------------
sK1 2.0 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 color space and produces CMYK-based PDF and PS output.

How to install:
--------------------------------------------------------------------------
 to build package:   python setup.py build
 to install package:   python setup.py install
 to remove installation: python setup.py uninstall
--------------------------------------------------------------------------
 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 sK1 you have two installation ways.
First option is a distutils install with commands:

python setup.py build
python setup.py install

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|Mageia 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).

Please note that application uses Python 2.x branch. So Python interpreter
and python based dependencies should be from 2.x branch, but not 3.x

DEPENDENCIES

For successful build either distutils or deb|rpm package you need installing
some development packages. We describe dev-packages for Ubuntu|Debian, but for
other distros they have similar names. So, you need:

git
gettext
libcairo2-dev
liblcms2-dev
libmagickwand-dev
libpango1.0-dev
python-dev
python-cairo-dev


To run application you need installing also:

python-wxgtk3.0
python-pil
python-reportlab
python-cairo
python-cups