[beagleboard] Re: Mono on last debian

2014-05-24 Thread chaitanya
It works. Thanks a lot for saving 'make' time. ;) On Monday, 31 March 2014 03:05:43 UTC+8, Erwin Ried wrote: > > I made a deb with checkinstall, not sure how it works but here it is: > http://servicios.ried.cl/bbb/mono_3.4.1-1_armhf.deb > http://servicios.ried.cl/bbb/readme.txt > -- For more opt

[beagleboard] Re: Mono on last debian

2014-04-06 Thread Erwin Ried
Well in debian my bbb starts in about 18 secs and it is very snappy. In ubuntu was very laggy to do anything. Not sure why but I just played about 10 minutes and decided to go back (I am using a small touch cape, so maybe the experience was worse than normal because the small screen). Differen

[beagleboard] Re: Mono on last debian

2014-04-02 Thread mickeyf
"tried in ubuntu and since it runs slow, I just switched back" How much slower was Ubuntu compared to Debian? And do you have any insights as to what the issues/differences were? Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are su

[beagleboard] Re: Mono on last debian

2014-03-30 Thread Erwin Ried
I made a deb with checkinstall, not sure how it works but here it is: http://servicios.ried.cl/bbb/mono_3.4.1-1_armhf.deb http://servicios.ried.cl/bbb/readme.txt -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Group

Re: [beagleboard] Re: Mono on last debian

2014-03-29 Thread Erwin Ried
Yeah, but you can't really code normally without Resharper+VS2013 (intellitrace, unit tests, profiling, refactoring, linq, etc are so pleasant!) after using those once, and since it runs so well in the RPI, then I wanted to run the same little apps here. On Sunday, March 30, 2014 12:40:33 AM UT

Re: [beagleboard] Re: Mono on last debian

2014-03-29 Thread William Hermans
Well,. glad to see you got it working for yourself. I was wanting to get this working myself last June but noted that the mono runtimes for ARM were rather limited. I've since made the choice to use Nodejs instead. Which for me makes sense because I plan on making a Linux appliance out of the BBB a

Re: [beagleboard] Re: Mono on last debian

2014-03-29 Thread Erwin Ried
Correct, this was later building a complete winforms app with xbuild :) On Saturday, March 29, 2014 7:04:03 AM UTC-3, William Hermans wrote: > > Probably because GDI+ is the graphic interface built into the .NET BCL. > Although, aside from you pulling in the whole System namespace, I do not > un

Re: [beagleboard] Re: Mono on last debian

2014-03-29 Thread William Hermans
Probably because GDI+ is the graphic interface built into the .NET BCL. Although, aside from you pulling in the whole System namespace, I do not understand why it would complain either. Unless it is somehow required for Console.Writeline() for some odd reason. Which very well may be if you're runni

[beagleboard] Re: Mono on last debian

2014-03-28 Thread Erwin Ried
And last little thing: ln -s /usr/lib/libgdiplus.so /usr/local/lib/libgdiplus.so Not sure why but mono complains for that lib :P -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsub

[beagleboard] Re: Mono on last debian

2014-03-28 Thread Erwin Ried
OK, I tried in ubuntu and since it runs slow, I just switched back. Here is how it worked in my BBB (or How to get mono in the Beaglebone Black): 1. Configure the SD https://groups.google.com/forum/embed/?place=forum/beagleboard&showsearch=true&showpopout=true&showtabs=true&hideforumtitl

[beagleboard] Re: Mono on last debian

2014-03-27 Thread Erwin Ried
Thanks, I will try in Ubuntu too (because the touchscreen maybe it works in there) On Thursday, March 27, 2014 12:41:52 PM UTC-3, mickeyf wrote: > > Try: > > https://github.com/alexrp/mono/tree/armhf > > With build instructions here: > > https://github.com/alexrp/mono/tree/armhf > > We are using

[beagleboard] Re: Mono on last debian

2014-03-27 Thread mickeyf
Try: https://github.com/alexrp/mono/tree/armhf With build instructions here: https://github.com/alexrp/mono/tree/armhf We are using this with RCN's Ubuntu. Last built it many months ago though and are considering that version stable for our purposes, so can't speak to any recent changes or u