View Single Post
Posts: 5 | Thanked: 0 times | Joined on May 2010 @ Mumbai, India
#44
Originally Posted by TheBootroo View Post
i just checked harmattan on gitourious and compiled libdui and duitheme and installed them on my ubuntu laptop, but duihome and duicompositor don't want to compile...

what is the probleme ? could you give me a step by step procedure to get a fonctionnal testing duihome on linux please ?
Hi TheBootroo,
I have been trying to compile harmattan UIF.
Have you compiled in scratchbox envt or in your host envt?
Has anybody tried to put it onto the device?

Found a very useful post to start:
http://forum.meego.com/showpost.php?p=1482&postcount=7

git clone git://gitorious.org/maemo-6-ui-framework/libdui.git
cd libdui
./configure
make doc
(you will need doxygen)
Then in a browser:
file:///.../libdui/doc/html/tutorial.html

Of course it is Maemo 6 ui documentation ;-) ...

Last edited by manjiri; 2010-05-26 at 11:27. Reason: Got it!