Author Topic: Nokia770 Mono Runtime Works With 3100  (Read 1736 times)

darmou

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Nokia770 Mono Runtime Works With 3100
« on: April 18, 2006, 05:34:32 am »
Pending the ability to run Java files on the Z.  Hint Java would be really cool cause there is now a Skype Java client!   I managed to get the nokia 770 mono packages working with the Z.
Mono package is at:

http://www.mono-project.com/Downloads


I downloaded it and extraceted it to a mono dir on my sd card

/media/card/mono$ ar -x mono-nokia_1.1.13-1_arm.deb

then unziped the data.tar.gz file

tar xzf data.tar.gz

I was then able to link the libs in

/media/card/mono/usr/lib

to
/usr/lib

and then

the mono binary in
/media/card/mono/usr/bin
to
/usr/bin/

You then need do download the extra mono-stuff (gtk# libs):

http://www.go-mono.com/nokia/mono-nokia.tgz

you can either add that to the mono dir or another one but in that extracted dir you should find some exe demos to run such as button.exe

mono button.exe.

Have fun

darmou