Raspberry Pi上的MonoDevelop ARMv6 [英] MonoDevelop ARMv6 on Raspberry Pi

查看:96
本文介绍了Raspberry Pi上的MonoDevelop ARMv6的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MonoDevelop 编译为ARMv6,主要是因为我可以使其在我的树莓派?

Will MonoDevelop compile to the ARMv6, mainly so I can get it running on my Raspberry Pi?

我注意到 Debian可以在Raspberry Pi上运行,并且Debian具有一组驱动程序用于Mono .

那么这是否意味着我们将能够在Mono中进行开发?

So does this mean we'll be able to develop in Mono?

推荐答案

Mono项目支持ARM ,因此应该能够在Raspberry Pi上构建和使用MonoDevelop.至少那是我所希望的!

The Mono project supports ARM, so one should be able to build and use MonoDevelop on the Raspberry Pi. At least that's what I'm hoping!

2012-05-16

2012-05-16

昨天(是!)我拿到了Raspberry Pi,可以确认可以使用Mono及其MCS编译器模块来编译和运行.NET代码(我用C#测试过).这些都是通过外壳而不是GUI完成的.如果可能的话,让MonoDevelop IDE运行会很棒.

I got my Raspberry Pi yesterday (yay!) and can confirm that it is possible to compile and run .NET code (I tested with C#) using Mono and its MCS compiler module. This was all done via the shell and not a GUI. It would be great to get the MonoDevelop IDE running if at all possible though.

对于那些感兴趣的人,可以通过键入以下内容来安装Mono:

For those interested, you can install Mono by typing:

sudo apt-get install mono-complete

这还包括MCS编译器模块,因此您可以这样简单地编译.cs文件:

This also includes the MCS compiler module, so you can simply compile a .cs file thus:

mcs program.cs

并像这样运行它:

mono program.exe

这篇关于Raspberry Pi上的MonoDevelop ARMv6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆