Add paste button.
[abby.git] / README
bloba35cd3adfeb04936c5b81dde694bf24c850543bc
3                 abby - for the command line fearing masses
5 abby is a front-end for cclive video extraction utility. It is
6 written in C++ and depends on the Qt 4.3+ framework.
9                 Prerequisites
11 - Qt 4.3+, if you are building abby from the source code, be sure
12 to install the development files also.
13   
14 - cclive 0.2.4+, from http://code.google.com/p/cclive/
17                 Compiling abby
19 Normally you can just do:
20   % qmake-qt4 && make
22 This builds the 'abby' executable. Installing isn't currently supported
23 but you can just as well copy the executable to your ~/bin directory.