We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ba3db commit 5183dfeCopy full SHA for 5183dfe
1 file changed
README.md
@@ -9,7 +9,7 @@
9
源码复刻自 anonymous5l/ncmdump,感谢前辈的付出!
10
做了 Windows 下的移植,修复了一些编译问题
11
12
-## 便捷式传送门
+## 传送门
13
14
2021年10月6日,原作者已经删库
15
@@ -30,9 +30,13 @@ make linux
30
apt install libtag1-dev
31
make linux
32
33
-# macOS
+# macOS with Intel chip
34
brew install taglib
35
-make macos
+make macos-intel
36
+
37
+# macOS with Apple Silicon (M1 / M2)
38
+brew install taglib
39
+make macos-arm64
40
```
41
42
注意:Linux / macOS 为动态库支持,Linux 下静态编译需要手动编译 taglib 静态库,macOS 原生库不支持静态链接
0 commit comments