Initial Import
[profile/ivi/clutter-toys.git] / attic / mallums-magic-browser / README-mozilla
1 Notes on building the mozilla version:
2
3 The mozilla version of mallums-magic-browser requires mozilla built with the
4 headless backend and ClutterMozEmbed;
5
6 git://git.o-hand.com/mozilla-headless.git
7 git://git.clutter-project.org/clutter-mozembed.git
8
9 It also builds against clutter 0.9 instead of 0.8.
10
11 To build, you'll want a line something along the lines of;
12
13 gcc -o web-browser-mallum web-browser-mallum.c -Wall -g `pkg-config --cflags --libs cluttermozembed` -DWITH_MOZILLA
14
15 Which should then produce a binary 'web-browser-mallum'. Note that the  port
16 to Clutter 0.9 was mmade in a rush, so some animations may not be correct.