Clipboard/README
Cristian Henzel c9a1e58994 ClipIt-1.4.1-20110523001
+ Fixed: Removed some files from git again. You now need to run
		./autogen.sh first when building from git.

Changes to be committed:

deleted:    ABOUT-NLS
modified:   ChangeLog
deleted:    Makefile.in
modified:   README
deleted:    TODO
deleted:    aclocal.m4
deleted:    config.h.in
deleted:    configure
modified:   configure.in
deleted:    data/Makefile.in
deleted:    doc/Makefile.in
deleted:    intltool-extract.in
deleted:    intltool-merge.in
deleted:    intltool-update.in
deleted:    m4/codeset.m4
deleted:    m4/fcntl-o.m4
deleted:    m4/glibc2.m4
deleted:    m4/glibc21.m4
deleted:    m4/intdiv0.m4
deleted:    m4/intl.m4
deleted:    m4/intldir.m4
deleted:    m4/intlmacosx.m4
deleted:    m4/intmax.m4
deleted:    m4/inttypes-pri.m4
deleted:    m4/inttypes_h.m4
deleted:    m4/lcmessage.m4
deleted:    m4/lock.m4
deleted:    m4/longlong.m4
deleted:    m4/printf-posix.m4
deleted:    m4/size_max.m4
deleted:    m4/stdint_h.m4
deleted:    m4/threadlib.m4
deleted:    m4/uintmax_t.m4
deleted:    m4/visibility.m4
deleted:    m4/wchar_t.m4
deleted:    m4/wint_t.m4
deleted:    m4/xsize.m4
deleted:    src/Makefile.in
2011-05-23 10:21:38 +03:00

34 lines
784 B
Plaintext

ClipIt - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------
Copyright (C) 2010 by Cristian Henzel <oss@rspwn.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://clipit.rspwn.com/
How to compile and install clipit
-------------------------------------------------------------------------------
Requirements:
* gtk+ >= 2.10.0
* xdotool
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