From kde-commits Sun Feb 01 21:03:07 2004 From: Klas Kalass Date: Sun, 01 Feb 2004 21:03:07 +0000 To: kde-commits Subject: kdeextragear-1 Message-Id: <20040201210307.72796995B () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107566939715382 CVS commit by kalass: added a FAQ to answer common questions and problems right where people *should* look first M +13 -0 README 1.2 --- kdeextragear-1/README #1.1:1.2 @@ -6,2 +6,15 @@ For Details please refer to http://extragear.kde.org +FAQ: +---- +Q: I want to compile application X for KDE 3.1 and I know +that this application supports KDE 3.1. But configure tells me +that I need KDE 3.2 + +A: Open the file 'configure.in.in' with your favourite editor +and change the line '#MIN_CONFIG(3.2)' to '#MIN_CONFIG(3.1)'. +Afterwards do the usual +'make -f Makefile.cvs && ./configure && cd XXX && make' +Don't forget to replace XXX with the name of the application :-) +If you have commit rights, please make sure to not commit the modified +configure.in.in.