Sunday, July 4, 2010

running MeeGo Touch libraries inside MeeGo SDK

zypper install doxygen git
zypper install libgconf2-dev GConf-dbus-devel
zypper install libXdamage-devel
zypper install graphviz

Get the meegotouch source:

git clone git://gitorious.org/meegotouch/libmeegotouch.git
git clone git://gitorious.org/meegotouch/meegotouch-theme.git


cd libmeegotouch
./configure
make
make install (before export correct DISPLAY)
make doc

cd ../meegotouch-theme
qmake
make install