Hi,
I've just began with my OpenMoko for real today (recieved it this
morning), so I'm sorry if this question is too stupid, but I want to be
sure.
Is this meaning that it's possible to make C#-applications to OpenMoko
with GTK as GUI (as opposed to e.g. WinForms)? How much of the Mono
library is supported? I'm having a bit trouble finding documentation on
this on the wiki, sorry.
Regards,
Mikkel Meyer Andersen
Cliff Brake skrev:
Henryk Plötz has finished the gtk-sharp package and it is now
available in the mono feed:
add the following to a /etc/ipkg/*-feed.conf file:
src/gz mono-armv4t http://dev.bec-systems.com/feed/openmoko/mono
ipkg update
ipkg install libgtk2.0-cil
I have tested a simple mono gtk single window application.
The following components are dependencies of libgtk2.0-cil and are
installed automatically:
libglib2.0-cil
libgtk2.0-cil
libmono-cairo1.0-cil
libmono-corlib1.0-cil
libmono-system1.0-cil
mono
mono-common
mono-jit
The above components only require 3.9MB of space -- that seems pretty
decent for mono gtk support.
The gtk-sharp OE recipe should also be a useful reference for how to
add mono packages to OE.
Cliff