open-source, cross-platform illustration program
Source code
sK1 2.0 is a cross-platform 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. to build package: python setup.py build to install package: python setup.py install to remove installation: python setup.py uninstall to create binary RPM distribution: python setup.py bdist rpm to create binary DEB distribution: python setup.py bdist deb If you wish testing sK1 you have two installation ways. First option is a distutils install with commands: But this way is not recommended. The most preferred option is a package installation (deb or rpm). You can create package using command: 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 version. So Python interpreter and python based dependencies should be for 2.x, but not 3.x 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: Also the project depends on several subprojects: uniconvertor , wal , build-utils . You don't need to clone these sources manualy because setup.py does it for you automatically.
Excerpt from the source-code README · 2,500 chars · not written by Vinony
Wikidata facts
- Official website
- sk1project.org
- Image
- SK1.png
Show 3 more facts
- source code repository URL
- github.com/sk1-project/sk1-wx
- software version identifier
- 2.0RC4
- Commons category
- SK1
via Wikidata · CC0