TASKPM/contrib/cutycapt/README
Adrian Perez 5ae1ea2622 Control files for Debian package creation
This adds a "contrib/cutycapt" subdirectory which contains files needed to
build .deb packages, which should work at least with Debian Lenny (or newer)
and Ubuntu Hardy (or newer). For the moment this has been only tested on x86
and amd64 architectures, but should work everywhere QtWebKit does.
2010-01-09 20:06:03 +01:00

24 lines
605 B
Text

CutyCapt Debian packaging
=========================
This directory includes control files for building CutyCapt packages for
Debian-based systems (including Ubuntu) so it can be cleanly installed.
Usage
=====
1. Get the CutyCapt sources, from http://cutycapt.sourceforge.net
2. Copy the included "debian" subdirectory over the CutyCapt source tree.
3. If needed, install the build-time dependencies::
apt-get install libqt4-dev
4. Create the package using the usual incantation::
debian/rules binary
5. Now you may install the created ``.deb`` package::
dpkg -i ../cutycapt_*.deb