1 下载源码
2 编译
./configure
make
sudo make install
3 问题记录
3.1 configure 没有指定编译类型
configure: error: cannot guess build type; you must specify one
# 指定类型
./configure -host=arm-linux -build=arm-linux
3.2 没有连接gmodule-2.0
/usr/bin/ld: glade_3-main.o: undefined reference to symbol ‘g_module_supported’
//usr/lib/aarch64-linux-gnu/libgmodule-2.0.so.0: error adding symbols: DSO

最低0.47元/天 解锁文章
2191

被折叠的 条评论
为什么被折叠?



