update: README.md
This commit is contained in:
parent
67cba29a8f
commit
3906a49f7a
|
@ -18,7 +18,9 @@
|
||||||
|
|
||||||
### 命令行工具
|
### 命令行工具
|
||||||
|
|
||||||
你可以使用 Homebrew 来安装 ncmdump 的 cli 版本
|
**[不推荐]** 你可以使用 Homebrew 来安装 Linux 或者 macOS 下的 ncmdump
|
||||||
|
|
||||||
|
注意:由于本项目的一个依赖库 taglib 的 2.0 版本迟迟未发布到 homebrew-core(由于 taglib 2.0 衍生出的其它 brew 包的版本兼容问题),导致现在使用的 cmake 构建链无法在 macOS 上构建,因为 taglib 从 2.0 开始才支持 cmake 工具链。因此 ncmdump 在 homebrew 上只能发布到 `1.2.1` 版本,更推荐使用二进制的方式直接安装,`1.3` 版本后修复了众多 bug。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install ncmdump
|
brew install ncmdump
|
||||||
|
|
Loading…
Reference in New Issue