Update CHANGES.
[abby.git] / README
blob54884bc192a3362fdaf437babdaeeb4d56577b18
3                 abby - for the command line fearing masses
5 abby is a front-end for cclive and clive video extraction utilities. It is
6 written in C++ and depends on the Qt 4.3+ framework.
8 abby was originally written for cclive but as of 0.2.0 works with clive
9 (2.1.10+) as well.
12                 Prerequisites
14 - Qt 4.3+, if you are building abby from the source code, be sure
15 to install the development files also.
16   
17 - cclive 0.2.4+, from http://code.google.com/p/cclive/
18 Or:
19 - clive 2.1.10+, from http://code.google.com/p/clive/
22                 Compiling abby
24 Normally you can just do:
25   % qmake-qt4 && make
27 This builds the 'abby' executable. Installing isn't currently supported
28 but you can just as well copy the executable to your ~/bin directory.