如何手动构建完整的版本? #2228
-
我是用的qt creator,参考了developer.md,可以编译运行,但运行的版本没有opencc的,没办法实现繁简转化。我没有太多编码经验,请教下怎么手动构建完整的版本,包含所有的组件,qt、opencc、locale文件等,可以直接打开目录exe文件运行。
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Run Or add ![]() Alternatively, you can copy the openCC's data files from upstream https://github.com/BYVoid/OpenCC/tree/master/data/config (No idea if extra work needed.) |
Beta Was this translation helpful? Give feedback.
Run
cmake --install
in the build folder will copy these things for you.Or add
cmake --install
to qt creator's deploy step and click the build->deploy button.Alternatively, you can copy the openCC's data files from upstream https://github.com/BYVoid/OpenCC/tree/master/data/config (No idea if extra work needed.)