Clipboard/README
Cristian Henzel 2ebb6b5085 ClipIt-v1.2.2-11112010001
+ Fixed: Some small compatibility changes for debian packaging.

Changes to be committed:

	modified:   ChangeLog
	modified:   NEWS
	modified:   README
	modified:   configure.in
	modified:   doc/clipit.1
	modified:   po/POTFILES.in
	modified:   src/main.c
2010-12-22 22:17:15 +02:00

33 lines
793 B
Plaintext

ClipIt - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------
Copyright (C) 2010 by Cristian Henzel <oss@web-tm.com>
forked from parcellite, which is
Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
Introduction
-------------------------------------------------------------------------------
ClipIt is a lightweight GTK+ clipboard manager.
Project website: http://sourceforge.net/projects/gtkclipit/
How to compile and install clipit
-------------------------------------------------------------------------------
Requirements:
* gtk+ >= 2.10.0
Download the clipit source code, then:
$ tar zxvf clipit-x.y.z.tar.gz
$ cd clipit-x.y.z
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install