Archive:Development/CMake (zh TW): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
;[[Development/CMake/Build Types|KDE 的 CMake 建構類型]] | ;[[Development/CMake/Build Types|KDE 的 CMake 建構類型]] | ||
: '' | : ''描述建構類型(debugfull、release...)'' | ||
;[[Development/CMake/Addons for KDE|KDE4 CMake 巨集和變數]] | ;[[Development/CMake/Addons for KDE|KDE4 CMake 巨集和變數]] | ||
:''建構 KDE4 軟體的巨集和變數的文件,FindKDE4Internal. | :''建構 KDE4 軟體的巨集和變數的文件,FindKDE4Internal.cmake提供(手寫)'' | ||
==更多有關於 CMake 學習的地方== | ==更多有關於 CMake 學習的地方== | ||
Line 42: | Line 42: | ||
* [http://www.cmake.org/HTML/Documentation.html CMake 手冊] | * [http://www.cmake.org/HTML/Documentation.html CMake 手冊] | ||
* [http://www.cmake.org/Wiki/CMake CMake Wiki] | * [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 | * [http://www.cmake.org/Wiki/CMake_HowToFindInstalledSoftware 尋找可替換的套件] | ||
* [http://www.cmake.org/Wiki/HowToBuildKDE4Software CMake Wiki 的 KDE 4 教學] | * [http://www.cmake.org/Wiki/HowToBuildKDE4Software CMake Wiki 的 KDE 4 教學] | ||
* [http://www.cmake.org/Wiki/CMake_FAQ CMake FAQ] | * [http://www.cmake.org/Wiki/CMake_FAQ CMake FAQ] | ||
* [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/ | * [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 14:54, 1 December 2009
Development/CMake
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
CMake 的集散地-在 TechBase 的相關網頁。
KDE 4 專用的 CMake 文件
- CMake 教學
- 簡介 KDE4 中使用 CMake
- KDE 的 CMake FAQ
- 一些常見問題
- KDE 4.2 建構系統的改變
- KDE 4.2 和 KDE 4.0/4.1之間的差異
- KDE 4.3 建構系統的改變
- KDE 4.3 和 KDE 4.2 之間的差異
- CMake 原始碼相容性
- This page discusses what has to be taken care of in order to stay source compatible on the CMake level.
- 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
- kdelibs 中所有 CMake 模塊的文件(從 kdelibs svn 產生)
- KDE 的 CMake 建構類型
- 描述建構類型(debugfull、release...)
- KDE4 CMake 巨集和變數
- 建構 KDE4 軟體的巨集和變數的文件,FindKDE4Internal.cmake提供(手寫)
更多有關於 CMake 學習的地方
更多有關於一般性 CMake 學習的優秀資源:
- CMake 手冊
- CMake Wiki
- CMake 系統檢查
- 尋找可替換的套件
- CMake Wiki 的 KDE 4 教學
- CMake FAQ
- Slides for the "Learning CMake" seminar
- kde-buildsystem 郵件列表存檔
此外,也可以加入 CMake 郵件列表。