如果你所用的发行版没有可用的qt4.5 package那么请安装qt sdk.
目前已知具备qt4.5的linux发行版有: Ubuntu 9.04
qt sdk 下载地址: http://www.qtsoftware.com/downloads
编译过程:
1、 运行下载后的qt sdk安装程序 安装到任意路径(若你希望系统上的不同用户都能使用亦歌桌面版那么请用root权限安装到/usr/share/qt4中)
2、解压缩下载的亦歌src压缩包,进入其目录并使用qmake生成Makefile
例如: tar -xf linux1g1g_0.9-1.tar.gz
cd linux1g1g
/usr/share/qt4/qt/bin/qmake -o Makefile linux1g1g.pro
3、make生成可执行文件。 如果希望在任意路径下都能运行亦歌桌面版,请手动拷贝到/usr/bin
One Response
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Continuing the Discussion