Skip to content

Commit 5183dfe

Browse files
committed
feat: add docs for Apple Silicon
1 parent a8ba3db commit 5183dfe

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
源码复刻自 anonymous5l/ncmdump,感谢前辈的付出!
1010
做了 Windows 下的移植,修复了一些编译问题
1111

12-
## 便捷式传送门
12+
## 传送门
1313

1414
2021年10月6日,原作者已经删库
1515

@@ -30,9 +30,13 @@ make linux
3030
apt install libtag1-dev
3131
make linux
3232

33-
# macOS
33+
# macOS with Intel chip
3434
brew install taglib
35-
make macos
35+
make macos-intel
36+
37+
# macOS with Apple Silicon (M1 / M2)
38+
brew install taglib
39+
make macos-arm64
3640
```
3741

3842
注意:Linux / macOS 为动态库支持,Linux 下静态编译需要手动编译 taglib 静态库,macOS 原生库不支持静态链接

0 commit comments

Comments
 (0)