~ubuntu-branches/ubuntu/maverick/datakiosk/maverick

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-06-27 22:48:06 UTC
  • Revision ID: james.westby@ubuntu.com-20050627224806-8farkci1dc2onhbs
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is one of the KDE Extra Gear Modules.
 
2
Those modules are for organization purposes only and
 
3
*should not* be distributed. All applications in the extra gear are
 
4
distributed seperately.
 
5
 
 
6
For Details please refer to http://extragear.kde.org
 
7
 
 
8
FAQ:
 
9
----
 
10
Q: I want to compile application X for KDE 3.1 and I know
 
11
that this application supports KDE 3.1. But configure tells me
 
12
that I need KDE 3.2
 
13
 
 
14
A: Open the file 'configure.in.in' with your favourite editor
 
15
and change the line '#MIN_CONFIG(3.2)' to '#MIN_CONFIG(3.1)'.
 
16
Afterwards do the usual
 
17
'make -f Makefile.cvs && ./configure && cd XXX && make'
 
18
Don't forget to replace XXX with the name of the application :-)
 
19
If you have commit rights, please make sure to not commit the modified
 
20
configure.in.in.