aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-06 19:44:09 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-06 19:44:09 +0000
commitbc04413334c6bb810f4989c455faf8945fce99f7 (patch)
tree01a9578122ec2aca9ce0efd49de734a9ace0f1ad /README
downloadextra-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 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..5374db96
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+If you are looking for an alternative to autotools to build
+KDE applications, you are right here.
+This directory contains files for creating KDE applications using cmake.
+cmake is an open source build system: http://www.cmake.org
+In the directory kde3/ you can find the files needed to build
+applications, libraries, ioslaves, KParts, KDEInit Loadable Modules etc.
+for KDE 3.
+For more information read kde3/README , visit the cmake homepage or join
+the cmake mailing list: http://www.cmake.org/mailman/listinfo/cmake
+
+Alexander Neundorf, 2006
+neundorf@kde.org
+