简介
TagEditor是一个用于编辑多媒体文件tag的工具,官方仓库的release里只有Windows和Linux的包,今天我花了点时间研究了一下怎么在macOS里编译,这里做个记录并且分享给大家。
依赖
建议使用brew安装。
cmake
git
curl (其他用于下载的工具也可以,或者直接通过浏览器下载)
命令
克隆仓库
↓先cd到一个你想执行操作的目录
git clone https://github.com/Martchus/cpp-utilities.git c++utilities
git clone https://github.com/Martchus/tagparser.git
git clone https://github.com/Martchus/tageditor.git
git clone https://github.com/Martchus/subdirs.git
↓官方build instruction还有下面两个我不需要就没带,由于没有测试,这里只写一下,并不执行,有需要可以自己加上。
git clone https://github.com/Ma