feat: add docs for Apple Silicon

This commit is contained in:
TaurusXin 2023-10-04 17:03:16 +08:00
parent a8ba3db401
commit 5183dfef22
1 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,7 @@
源码复刻自 anonymous5l/ncmdump感谢前辈的付出
做了 Windows 下的移植,修复了一些编译问题
## 便捷式传送门
## 传送门
2021年10月6日原作者已经删库
@ -30,9 +30,13 @@ make linux
apt install libtag1-dev
make linux
# macOS
# macOS with Intel chip
brew install taglib
make macos
make macos-intel
# macOS with Apple Silicon (M1 / M2)
brew install taglib
make macos-arm64
```
注意Linux / macOS 为动态库支持Linux 下静态编译需要手动编译 taglib 静态库macOS 原生库不支持静态链接