1. REQUIREMENTS

To run the program, you must have all of the following:

	* python-gtk2 (pygtk)
	* python-wnck
	* python-appindicator >= 0.2.2
	* python-cairo
	* python-dbus
	* python-pycurl (pycurl)

also recommended to install

	* gnome-screenshot (or Ksnapshot for KDE)
	* python-gnome2
	* python-gconf
	* python-gst (pygst)
	* python-imaging (Python Imaging Library (PIL))
	* MPlayer

Note that the version of python-appindicator must be greater than 0.2.2. Nanoshot also works with earlier versions, but the list of running windows are not updated dynamically (see bug https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/558841).

2. INSTALLATION

To install the program, enter the following commands:

	./configure
	./install

Then, if you want to uninstall the program, enter:

	./install uninstall
