On Sun, 23 Nov 2008, Carsten Haitzler (The Rasterman) wrote:
> that's pretty cool! one thing that might be nice to add is a "i have linux, > and > a wince (winmo/pocketpc etc.) device. how do i get started and build an efl > app > (and efl) for my device and install it?" some getting-started guide that shows > how u set up linux to build for wince and how you install (and run) on the > target - at least some hello world thing. :) about how to build, that's the link below >> http://wiki.enlightenment.org/index.php/EFL_Windows_CE about how to install, well, in the link above there is a script file that creates a .zip file. The user must copy it to the device and uncompress it. It's straightforward. See here: >> There is also a script that you can use to create a zip file with all the >> needed dll for the efl and expedite (see at the bottom of the link above) about the hello world, it's the glassy test that i described below. So I think that I have already detailed everything. Vincent >> Everything is installed in \efl. It *should* work. Now, to test it with >> the glassy test: >> >> 1) put >> >> http://www.maths.univ-evry.fr/pages_perso/vtorri/files/glassy_comp.edj >> >> in \efl >> >> 2) edit >> >> http://www.maths.univ-evry.fr/pages_perso/vtorri/files/edje_test.c >> >> so that >> >> ee = ecore_evas_software_wince_fb_new (NULL, 0, 0, 320, 240); >> >> use the correct size of your device (320 == width, 240 == height, I have >> an ipaq H3970 which fb is landscape) and compile it (there is a >> command line at the top of the files). >> >> put the program in \efl then run it. You should see an animated image >> moving horizontally at the bottom of the screen. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
