tslib,是触摸屏校准需要的库文件。
1、tslib的安装需要执行以下命令
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install libtool
如果再非UBUNTU的机子上这参考:http://blog.chinaunix.net/uid-22391661-id-1774370.html
2运行autogen.sh
./autogen.sh 生成configure文件
3 make
4 make install