BYVoid / OpenCC

Conversion between Traditional and Simplified Chinese
https://opencc.byvoid.com/
Apache License 2.0
8.3k stars 974 forks source link

兼容macos新版系统,建议修改Makefile文件 #829

Closed odinxu closed 3 weeks ago

odinxu commented 10 months ago

建议修改Makefile文件 PREFIX = /usr 修改为 PREFIX = /usr/local

以兼容macos新版系统,就算是用sudo也禁止写文件到 /usr/bin/ , /usr/share/ , /usr/lib/ 这些目录。

groverlynn commented 8 months ago

/usr is for linux, not for unix/macOS or win plz refer to the cmake file for real paths