Skip to content

Commit c95e5df

Browse files
committed
add arm64 mingw package
1 parent 6723f84 commit c95e5df

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# [Red Panda C++](https://github.com/royqh1979/RedPanda-CPP) for Windows on Arm<br>适用于 Arm 上的 Windows 的[小熊猫 C++](https://royqh1979.gitee.io/redpandacpp/)
22

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 版本。
623
* Auto detect official LLVM and add MSVC-compatible Clang.<br>
724
自动探测官方 LLVM 并添加兼容 MSVC 的 Clang。
825
* UTF-8 by default.<br>
926
默认使用 UTF-8 编码。
10-
* Add third-party libraries to match x86/x64 edition.<br>
11-
添加第三方库以匹配 x86/x64 版本。
12-
* Multi-user support for installer.<br>
13-
安装程序支持多用户。

0 commit comments

Comments
 (0)