We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84f2f9 commit 1829f6eCopy full SHA for 1829f6e
doc/01-开发与构建.md
@@ -7,7 +7,7 @@
7
! Contributors : Mikachu2333 <[email protected]>
8
! |
9
! Created On : <2024-12-27>
10
- ! Last Modified : <2025-10-10>
+ ! Last Modified : <2025-10-11>
11
! ---------------------------------------------------------- -->
12
13
# 开发 chsrc
@@ -46,8 +46,6 @@ git clone https://gitee.com/RubyMetric/chsrc.git -b dev
46
47
## 编译运行
48
49
-**⚠️警告:Windows 上使用 `make` 将无法正确编译版本号与附加信息,仅 `just` 可完整编译**
50
-
51
共有四种构建模式:
52
53
1. **`DEV mode`**
include/chsrc_version.h
@@ -20,5 +20,4 @@
20
#define CHSRC_VERSION_MAJOR 0
21
#define CHSRC_VERSION_MINOR 2
22
#define CHSRC_VERSION_PATCH 3
23
- #define CHSRC_VERSION_STRING "0.2.3"
24
#endif
0 commit comments