Building Mono on a BeagleBone Black (Hard Float)
posted on 03 Jan 2014
| software
I performed this on Ubuntu Saucy 13.10 from ARMhf (running from an 8Gb SD card)
- Launch a terminal window/ssh into your BBB
- sudo apt-get update
- sudo apt-get install mono-complete git automake libtool
- Wait a long time (hours)
- git clone git://github.com/mono/mono.git
- cd mono
- git submodule init
- git submodule update
./autogen.sh --prefix=/usr/local --enable-nls=no --with-sgen=yes --with-xen-opt=no --with-ikvm-native=no
- make
- Wait a long time (hours again)
- Ignore the errors and hope they don’t mean anything
- sudo make install
- Wait some more
- Ignore the errors and hope they don’t mean anything
Post based off of: http://neildanson.wordpress.com/2013/12/10/building-mono-on-a-raspberry-pi-hard-float/
comments powered by Disqus