- Comix README -


Installation
---------------
Run "python install.py install" as root to install Comix in /usr/local.
To uninstall, simply run "python install.py uninstall".

If you wish to install Comix in another base directory, use the --installdir
option. Example: "python install.py install --installdir /usr".
If you have installed with --installdir, do not forget to use the same option
when uninstalling.

There is also an option, --no-mime, that can be used to tell install.py that
it should not register new mime types for cbz, cbr and cbt archives or install
the thumbnail creation script for these files used by some file managers.

Example:
# tar -xzf comix-x.y.tar.gz
# cd comix-x.y
# python install.py install

You can even run the "comix" script file by it self from any location, but if
you want the custom icons and translations to be available you should either
run it in the source directory, or install it.


Dependencies
---------------
Comix needs PyGTK 2.8 or newer and PIL (Python Imaging Library) 1.1.4 or
newer to function. You also need unrar or rar if you wish to read 
RAR (.cbr) archives.


Credits
---------------
Thanks to everyone who have contributed translations, suggestions, bug 
reports, fixes and donations!

The transformation icons are taken from The Gimp project.

The library.png, library_add.png and slideshow.png icons are taken from the
Silk Icons set at www.famfamfam.com.


Contact
---------------
Pontus Ekberg <herrekberg@users.sourceforge.net>
http://comix.sourceforge.net

Have a nice day!

