Navigation
|
Setup SDKFollow the instructions on maemo.org/development/sdks/maemo_5-0_installation/ to install the SDK 5.0 Beta Uncomment a line in /etc/apt/apt.conf.d/70debconf go to tablets-dev.nokia.com/eula/index.php to get the link to the nokia binary deb repository and add it to your /etc/sources.list Setup Qt4.5Follow the instructions on qt4.garage.maemo.org/packages.html In scratchbox add: deb http://repository.maemo.org/extras-devel/ fremantle free non-free to your /etc/apt/sources.list
Install KDE build requeiremntshttp://www.cmake.org/files/v2.6/cmake-2.6.4.tar.gz cmake - ./bootstrap; make; make install Install KDE dependencies via APTapt-get install libqt4-dev libqt4-phonon-dev libpcre3-dev libxslt1-dev libungif4-dev libgles2-dev Install KDE dependencies from external sourceshttp://freedesktop.org/~hadess/shared-mime-info-0.60.tar.bz2 shared-mime-info 0.60 - ./configure; make; make install Install KDE dependencies via kdesupportsvn://anonsvn.kde.org/home/kde/trunk/kdesupport
automoc - cmake . ; make; make install strigi - mkdir build; cd build; cmake .. -DENABLE_QT4=off; make; make install soprano - mkdir build; cd build; cmake ..; make; make install qimageblitz - cmake . ; make; make install
|