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.