install tslib on the ubuntu 18.04
Solved
Mobile and Embedded
-
I configure the qt4.8.5 using the option "-qt-mouse-tslib -plugin-mouse-tslib -lts" on the ubuntu 18.04.
./configure -prefix /usr/local/qt4.8.5 -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -static -no-mmx -no-rpath -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-gtkstyle -little-endian -qt-gfx-linuxfb -fontconfig -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-webkit -no-qt3support -nomake examples -nomake demos -nomake docs -nomake translations -qt-freetype -qt-libjpeg -qt-libpng -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-linuxinput -qt-mouse-tslib -plugin-mouse-tslib -lts
The configuration is failed displaying the following message.
The tslib functionality test failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR and QMAKE_LIBDIR
So I tried to install tslib by the below procedure.
sudo apt-get update -y sudo apt-get install -y tslib
But the tslib is not installed.
The error message is like the following.E: Unable to locate package tslib
How could I resolve this problem?
Thanks.
-
Hi,
By getting a tslib built for arm since it's your target.
-