Telegram编译过程:没有规则来制作目标'/usr/lib/libicutu.a'

2024-05-07

我正在关注 Telegram 的编译过程here https://github.com/telegramdesktop/tdesktop/blob/master/doc/building-cmake.md在最后一步编译应用程序本身时,它给了我这个错误

Built target codegen_numbers__qt_moc
make[2]: *** No rule to make target '/usr/lib/libicutu.a', needed by 'codegen_numbers'.  Stop.
CMakeFiles/Makefile2:456: recipe for target 'CMakeFiles/codegen_numbers.dir/all' failed
make[1]: *** [CMakeFiles/codegen_numbers.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

您需要安装 ICU 库(静态构建)。

项目页面 http://site.icu-project.org/

构建文档 http://source.icu-project.org/repos/icu/icu/trunk/readme.html#RecBuild

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Telegram编译过程:没有规则来制作目标'/usr/lib/libicutu.a' 的相关文章

随机推荐