那年,一步一步学Qt ——ubunt 10.04平台安装autoconf, automake, libtool




《那年,一步一步学Qt》系列文章由muge0913编写,转载请注明出处:http://blog.csdn.net/muge0913/article/details/7265510



在安装tslib时需要用到autoconf, automake, libtool 工具,安装步骤如下:


#sudo apt-get install autoconf(或autoconf2.13)


#sudo apt-get install automake


#sudo apt-get install libtool





  

你可能感兴趣的:(qt,工具,平台)