Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lellansin/cmake-tutorial-cn
Cmake 官方教程 -> 在线阅读
https://github.com/Lellansin/cmake-tutorial-cn
Last synced: about 2 months ago
JSON representation
Cmake 官方教程 -> 在线阅读
- Host: GitHub
- URL: https://github.com/Lellansin/cmake-tutorial-cn
- Owner: Lellansin
- Created: 2018-03-09T05:18:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T12:59:52.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T16:15:17.803Z (5 months ago)
- Language: CMake
- Homepage: https://lellansin.gitbooks.io/cmake/content/
- Size: 55.7 KB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesomeKnowledge - Lellansin/cmake-tutorial-cn
README
# Cmake 教程
官方 [Cmake tutorial](https://cmake.org/cmake-tutorial/) 中文版翻译。
## Join us
安装 gitbook:
```
npm i -g gitbook-cli
```安装好之后可以:
```
gitbook serve .
```在本地编写并预览。