Debian Packagesearch

Last Change: 2004-08-16

Compiler: gcc 3.3

Preconditions:
	- you need a qt-dev version, qmake and the qt libraries
		 packages: libqt3-headers libqt3-mt-dev qt3-dev-tools
	- you need the tagcoll library
		packages: libtagcoll0 libtagcoll-dev
	- you need the debtags library and application
		package: libdebtags0 libdebtags-dev debtags
	- you need the apt library
		package: libapt-pkg-dev
	- for full functionality you need the core kde library
		packages: kdelibs4 kdelibs4-dev
	- I recommend apt-file for using filesearch
	- the packages given are debian packages, I don't know if they are complete but they might do
	- for your convenience:
apt-get install libqt3-headers libqt3-mt-dev qt3-dev-tools debtags libapt-pkg-dev kdelibs4 kdelibs4-dev libdebtags-dev apt-file


After you've checked out the module packagesearch simply change to the direcory and run
	make
Now you should get the latest debtags database using:
	debtags update

If everything went fine you should have a working version now. The binary should be 
in the source directory (src) try running:
	cd src
	./packagesearch

