msys2 build added

This commit is contained in:
TaurusXin 2021-10-27 18:12:57 +01:00
parent 09b24cb290
commit 636f132d04
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,8 @@ make macos
### Windows
#### MinGW
因为部分代码(例如常量引用等)在 msvc 下面编译不通过,本项目需要使用 MinGW 编译
下载 [mingw-w64](https://winlibs.com/) 的 Windows 版本,这里推荐从 winlibs 这个网站下载,编译器版本始终保持最新
@ -44,6 +46,14 @@ mingw32-make win32
生成的二进制程序为静态链接版本,可脱离运行库运行在裸机上
#### msys2
```shell
pacman -Syu
git clone https://github.com/taurusxin/ncmdump && cd ncmdump
make
```
## 使用
1. 命令行下使用 `ncmdump [files]...`