You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,26 @@
1
1
# [Red Panda C++](https://github.com/royqh1979/RedPanda-CPP) for Windows on Arm<br>适用于 Arm 上的 Windows 的[小熊猫 C++](https://royqh1979.gitee.io/redpandacpp/)
2
2
3
-
Features / 特性:
4
-
* Native Arm64 application and LLVM MinGW toolchain, with support for cross-compiling x86, x64 targets.<br>
5
-
原生 Arm64 应用程序和 LLVM MinGW 工具链,支持交叉编译 x86、x64 目标。
3
+
## Distribution Packges / 软件包
4
+
5
+
*`redpanda-cpp-*-arm64-llvm.exe`: with native LLVM MinGW.<br>
6
+
使用原生 LLVM MinGW。
7
+
*`RedPanda.C++.*.arm64.*.Setup.exe`: with x86/x64 MinGW GCC.<br>
8
+
使用 x86/x64 MinGW GCC。
9
+
10
+
## Features / 特性
11
+
12
+
* Native Arm64 application.<br>
13
+
原生 Arm64 应用程序。
14
+
* Multi-user support for installer.<br>
15
+
安装程序支持多用户。
16
+
17
+
### LLVM MinGW Specific / LLVM MinGW 特有
18
+
19
+
* Native LLVM MinGW toolchain, with support for cross-compiling x86, x64 targets.<br>
20
+
原生 LLVM MinGW 工具链,支持交叉编译 x86、x64 目标。
21
+
* Add third-party libraries to match x86/x64 edition.<br>
22
+
添加第三方库以匹配 x86/x64 版本。
6
23
* Auto detect official LLVM and add MSVC-compatible Clang.<br>
7
24
自动探测官方 LLVM 并添加兼容 MSVC 的 Clang。
8
25
* UTF-8 by default.<br>
9
26
默认使用 UTF-8 编码。
10
-
* Add third-party libraries to match x86/x64 edition.<br>
0 commit comments