Archive:Development/CMake (zh CN): Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 41: Line 41:
更多优秀学习CMake资源:
更多优秀学习CMake资源:
* [http://www.cmake.org/HTML/Documentation.html CMake手册]
* [http://www.cmake.org/HTML/Documentation.html CMake手册]
* [http://www.cmake.org/Wiki/CMake CMake维基]
* [http://www.cmake.org/Wiki/CMake CMake Wiki]
* [http://www.cmake.org/Wiki/CMake_HowToDoPlatformChecks CMake系统检查]
* [http://www.cmake.org/Wiki/CMake_HowToDoPlatformChecks CMake系统检查]
* [http://www.cmake.org/Wiki/CMake_HowToFindInstalledSoftware Finding Optional Packages ]
* [http://www.cmake.org/Wiki/CMake_HowToFindInstalledSoftware 查找可替换的软件包]
* [http://www.cmake.org/Wiki/HowToBuildKDE4Software KDE 4 Tutorial at the CMake 维基]
* [http://www.cmake.org/Wiki/HowToBuildKDE4Software CMake Wiki上的KDE4指导]
* [http://www.cmake.org/Wiki/CMake_FAQ CMake常见问题]
* [http://www.cmake.org/Wiki/CMake_FAQ CMake常见问题]
* [http://www.elpauer.org/stuff/learning_cmake.pdf Slides for the "Learning CMake" seminar]
* [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]
* [http://mail.kde.org/pipermail/kde-buildsystem/ kde-buildsystem的邮件列表存档]


参考[http://www.cmake.org/mailman/listinfo/cmake CMake 邮件列表].
另外,还可以考虑加入[http://www.cmake.org/mailman/listinfo/cmake CMake邮件列表]

Revision as of 13:45, 30 November 2009


Development/CMake


所有有关CMake的集散地 - 相关网页尽在TechBase.

KDE4 Specific CMake文档

CMake教程
KDE4中使用CMake简介
KDE 的 CMake常见问题
常见问题
KDE 4.2联编系统的改变
KDE 4.2和KDE 4.0/4.1之间的差异
KDE 4.3 建构系统的改变
KDE 4.3 和 KDE 4.2 之间的差异
代码级别兼容CMake
如何确保在CMake级别的代码兼容性.
CMake的代码风格
如何编写KDE的CMake脚本
kdelibs/cmake/modules/ 的提交政策
The files in kdelibs/cmake/modules/ are part of the public interface of KDE, some special policies apply to committing there.
Automoc4
Automoc4 文档
KDE CMake模块API
KDELIB中关于CMake所有模块的介绍(从kdelibs svn产生)
KDE's CMake联编类型
描述联编类型(调试版,发行版...)
KDE4 CMake宏和变量
联编KDE4软件的宏和变量的文档, FindKDE4Internal.cmake提供 (手写)

更多关于CMake的

更多优秀学习CMake资源:

另外,还可以考虑加入CMake邮件列表