Skip to content

witwall/uniconvertor

Repository files navigation

UniConvertor is a multiplatform universal vector graphics translator.
Uses PDXF model to convert one format to another. 

sK1 Project (http://sk1project.org),
Copyright (C) 2007-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 UniConvertor 2.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 uniconvertor 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 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:

python-dev
python-cairo-dev 
python-imaging
libcairo2-dev
liblcms1-dev (or liblcms2-dev)

About

Automatically exported from code.google.com/p/uniconvertor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published