Install Mono
At the time of this writing, the current release version of Mono (2.10) did not support Netduino. So you’ll need to compile the leading edge version (2.12) of Mono using the current release version.
Install Mono 2.10
Head over to the Mono download page at http://www.go-mono.com/mono-downloads/download.html and
follow the instructions to install it for your operating system. If you
get there and the version of Mono is 2.12 or later, you can skip the
next step. On Linux, you should be able to install it using your package
manager. On Ubuntu Linux, for example, you can install the minimum Mono
infrastructure needed by running this apt-get command at the terminal:
sudo apt-get install mono-mcs mono-gmcsCompile Mono 2.12 with Mono 2.10
If you installed Mono 2.10 in the previous step, you will need to
compile Mono from source. The easiest way to download it is with Git, a
version control system. Mac OS X Lion includes Git, but if you need to
download it for an older version of Mac OS X, go to http://git-scm.com. On Linux, you should install the
git package. On Ubuntu Linux, for
example, you can install it by running this apt-get command at the terminal:
sudo apt-get install gitNow that you have Git installed, open up a terminal window, change directory to wherever you want to download the source to, and issue this command:
git clone git://github.com/mono/mono.gitThis will create a subdirectory named mono. Next, change directory into that subdirectory:
cd monoThen, configure the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access