diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-01-06 19:44:09 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-01-06 19:44:09 +0000 |
commit | bc04413334c6bb810f4989c455faf8945fce99f7 (patch) | |
tree | 01a9578122ec2aca9ce0efd49de734a9ace0f1ad /kde3/README | |
download | extra-cmake-modules-bc04413334c6bb810f4989c455faf8945fce99f7.tar.gz extra-cmake-modules-bc04413334c6bb810f4989c455faf8945fce99f7.tar.bz2 |
-support files for cmake for building KDE 3 applications, libraries, ioslaves, KParts, KLMs etc.
documentation will follow later on
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=495009
Diffstat (limited to 'kde3/README')
-rw-r--r-- | kde3/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde3/README b/kde3/README new file mode 100644 index 00000000..06cf9268 --- /dev/null +++ b/kde3/README @@ -0,0 +1,17 @@ +This directory contains the cmake files required to build +KDE 3 software. +It requires at least cmake 2.2.4, you can get it from the cmake web site: +http://www.cmake.org or direcly from cmake cvs. +The files FindKDE3.cmake, KDE3Macros.cmake, kde3uic.cmake and +kde3init_dummy.cpp.in all have to be installed in the system +cmake module directory (typically /usr/local/share/CMake/Modules). +You can either copy them manually to this directory or +let cmake do this for. +For this run "cmake ." in this directory which will create a Makefile from +the CMakeLists.txt in this directory. The generated Makefile will contain +basically one target, the install target. +So run "make install" as root and then you are ready to use cmake for +building KDE 3 applications. + +Alexander Neundorf, 2006 +neundorf@kde.org |