Download latest codes via git:
    $ git clone git://github.com/ilius/starcal2.git

Download latest snapshot (without git):
    Goto http://github.com/ilius/starcal2 with your browser and click on Download button

Installation/uninstallation on Ubuntu, Debian or other Debian-based distributions:
    $ sudo bash ./starcal2/install-debian
    $ sudo apt-get remove starcal2

Installation/uninstallation on ArchLinux:
    $ sudo bash ./starcal2/install-archlinux
    $ sudo pacman -R starcal2
    OR
    $ yaourt starcal-git
    $ sudo pacman -R starcal-git

Installation/uninstallation on openSUSE:
    $ sudo bash ./starcal2/install-suse
    $ sudo zypper remove starcal2

Installation/uninstallation on Fedora:
    $ sudo bash ./starcal2/install-fedora
    $ sudo yum remove starcal2

Installation/uninstallation on other distributions:
    $ sudo bash ./starcal2/install
    $ sudo /usr/share/starcal2/uninstall

Running on Windows:
    1- Install Python 2.6 or 2.7
    2- Install PyGTK or PyQt4
    3- Copy starcal2 source folder somewhere you want to keep
    4- Send a shortcut from file starcal2.pyw or starcal2-qt.pyw (inside source folder) to you desktop


Notes:
    You can have starcal2 (version >= 1.9.0) and starcal (version <= 1.5.3) packages
    installed on your system in one time. They are completely independent.
    Command "starcal2" runs starcal2, and command "starcal" runs older starcal (1.5.3)
    Also command "starcal2-qt" runs starcal2 with PyQt interface (default is PyGTK).
    starcal2-qt is added newly, and exits in the same package starcal2


Home Pages:
    http://github.com/ilius/starcal2
    http://starcal.sourceforge.net


