Add: format dialog. tweak cclive invoking after closing prefs.
[abby.git] / README
blob13a1b92d43c018d6a3d05a70fa7fe3c70d5be597
3 README for abby
4 ---------------
6 abby is a front-end for cclive and clive video extraction utilities. It is
7 written in C++ and depends on the Qt framework.
9 abby was originally intended for cclive but additional support for
10 clive was added later in the 0.2.0 release.
13 Prerequisites
14 -------------
16 - Qt 4.4+, if you are building abby from the source code, be sure
17 to install the development files
18   
19 Either:
20 - cclive 0.4.3+, from http://code.google.com/p/cclive/
21 Or:
22 - clive 2.1.14+, from http://code.google.com/p/clive/
25 Building abby
26 -------------
28 Normally:
29   qmake-qt4 "QT+=network xml" && make
31 Installation is not currently supported but you may just as well copy
32 the 'abby' executable to your ~/bin directory, for example.