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

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

问题描述

MonoDevelop 编译到 ARMv6,主要是为了让它在我的 树莓派?

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

我注意到 Debian 可以在 Raspberry Pi 上运行并且 Debian 有一套驱动程序单声道.

这是否意味着我们可以使用 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

我昨天拿到了我的 Raspberry Pi(是的!)并且可以确认可以使用 Mono 及其 MCS 编译器模块编译和运行 .NET 代码(我用 C# 测试过).这一切都是通过 shell 而不是 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

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

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