Plasma Maemo
Packages needed
français | english
Navigation
Home
Sitemap
This wiki
This page

apt-get install

  • cmake (you need to have the dev-repositories added; see below how to add them)
  • libqt4-dev
  • automoc
  • libqt4-phonon-dev (if not found try libphonon-dev)
  • libstreamanalyzer-dev
  • libpcre3-dev
  • libxslt1-dev
  • libgif-dev

(if using FREMANTLE (maemo 5) you should also install the following)

  • libx11-dev
  • libSM-dev
  • zlib1g-dev
  • libbz2-dev
  • libdbus-1-dev (used to cmake strigi)
  • libexif-dev (used to cmake strigi)
  • libxi-dev

and install manually using 'cmake' the following repertory that you can find in 'kdesupport' (only if using FREMANTLE)

  • automoc
  • strigi

to build kdesupport under FREMANTLE (optional?usefull?)

  • shared-mime-info
  • maemo-launcher-dev
  • install boost C++ package manually Boost C++

 

Optional

  • libsoprano-dev (Package in repository is too old.)

 

Compile:

  • http://freedesktop.org/~hadess/shared-mime-info-0.60.tar.bz2 DO NOT USE use version 0.30 instead
  • http://www.cmake.org/files/v2.6/cmake-2.6.3.tar.gz

 

Dev-repositories needed

just type nano /etc/apt/sources.list inside scratchbox and add the following lines to it

# Maemo extras and extras-devel
deb http://repository.maemo.org/extras/ diablo free non-free
deb-src http://repository.maemo.org/extras/ diablo free
deb http://repository.maemo.org/extras-devel/ diablo free non-free
deb-src http://repository.maemo.org/extras-devel/ diablo free

afterwards you have to update it with apt-get update

Search
Share