mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-20 19:20:45 +08:00
Update doc
This commit is contained in:
@@ -7,14 +7,28 @@
|
||||
! Contributors : Nul None <nul@none.org>
|
||||
! |
|
||||
! Created On : <2024-12-27>
|
||||
! Last Modified : <2025-03-06>
|
||||
! Last Modified : <2025-06-19>
|
||||
! ---------------------------------------------------------- -->
|
||||
|
||||
# 开发
|
||||
|
||||
## 环境
|
||||
## 开发环境
|
||||
|
||||
请安装好 `GCC` 或 `Clang` 和 `make` 以及 `curl`
|
||||
请安装好:
|
||||
|
||||
1. `GCC` 或 `Clang`
|
||||
2. [just] 或 `make`
|
||||
3. `curl`
|
||||
|
||||
**我推荐你使用 VS Code 开发,你可以在一分钟内成功编译、运行和 Debug `chsrc`**
|
||||
|
||||
1. `Ctrl-Shift-B` 直接构建
|
||||
2. `F5` 直接开始 Debug
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
## 准备
|
||||
|
||||
```bash
|
||||
# 请务必使用 dev 分支开发
|
||||
@@ -25,6 +39,7 @@ $ git clone https://gitee.com/RubyMetric/chsrc.git -b dev
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
## 编译运行
|
||||
|
||||
```bash
|
||||
@@ -63,3 +78,5 @@ make clean
|
||||
关于分支的说明以及如何提交代码,请参考 [./03-CONTRIBUTING.md](./03-CONTRIBUTING.md)
|
||||
|
||||
<br>
|
||||
|
||||
[just]: https://github.com/casey/just
|
||||
|
||||
Reference in New Issue
Block a user