(→CMake and KDE4) |
(→CMake and KDE4) |
||
| Line 1: | Line 1: | ||
| − | == | + | == KDE4 Specific CMake Documentation== |
Are you interested in writing applications with KDE 4? This tutorial series is aimed at those completely new to KDE programming. | Are you interested in writing applications with KDE 4? This tutorial series is aimed at those completely new to KDE programming. | ||
;[[Development/Tutorials/CMake|CMake tutorial]] | ;[[Development/Tutorials/CMake|CMake tutorial]] | ||
| Line 21: | Line 21: | ||
;[[Development/KDE_and_CMake_Together|KDE4 CMake macros and variables]] | ;[[Development/KDE_and_CMake_Together|KDE4 CMake macros and variables]] | ||
:''Documentation for the macros and variables for building KDE4 software, provided by FindKDE4Internal.cmake (manually written)"" | :''Documentation for the macros and variables for building KDE4 software, provided by FindKDE4Internal.cmake (manually written)"" | ||
| + | |||
| + | ==More Places to learn about CMake== | ||
| + | |||
| + | Here are some good places to learn about CMake in general: | ||
| + | * [http://www.cmake.org/HTML/Documentation.html CMake Manual] | ||
| + | * [http://www.cmake.org/Wiki/CMake CMake Wiki] | ||
| + | * [http://www.cmake.org/Wiki/CMake_HowToDoPlatformChecks CMake System Checks ] | ||
| + | * [http://www.cmake.org/Wiki/CMake_HowToFindInstalledSoftware Finding Optional Packages ] | ||
| + | * [http://www.cmake.org/Wiki/HowToBuildKDE4Software KDE 4 Tutorial at the CMake Wiki ] | ||
| + | * [http://www.cmake.org/Wiki/CMake_FAQ CMake FAQ] | ||
| + | * [http://www.elpauer.org/stuff/learning_cmake.pdf Slides for the "Learning CMake" seminar] | ||
| + | * [http://mail.kde.org/pipermail/kde-buildsystem/ The kde-buildsystem Mailing List Archive] | ||
| + | |||
| + | Also, consider joining the [http://www.cmake.org/mailman/listinfo/cmake CMake mailing list]. | ||
Are you interested in writing applications with KDE 4? This tutorial series is aimed at those completely new to KDE programming.
Here are some good places to learn about CMake in general:
Also, consider joining the CMake mailing list.