Thursday, July 29, 2010

Summary for Installation of Qt/Embedded!

QT 4.6.0 from Sources
Extra Dependencies
(I installed gcc, kernel-headers and GNU Make as dependencies for the VirtualBox Guest Additions, since this is the snapshot I returned to, I don't have to reinstall these)
We know from previous attempts that we need these:
# apt-get install g++
# apt-get build-dep qt4-qmake
then, get it and build it.
$ wget http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.0.tar.gz
$ tar xvfz qt-everywhere-opensource-src-4.6.0.tar.gz
$ cd qt-everywhere-opensource-src-4.6.0
$ ./configure
(about 10 minutes on this VM)
$ make
(about 4 hours on this VM!)
# make install
(and we're at 4.6.0), OpenSSL ("default" for etch - and we're at - OMG! - 0.9.8g - Oct 2007),

No comments:

Post a Comment