Once you boot the Pie, enter the username and password based on the image/distribution you are using (user/password is normally pi/raspberry). Now, to install mono, we’ll use the apt-get package manager. Let us update and upgrade all the packages before we proceed with the install. Run apt-get with admin permissions, using sudo in the console/terminal.
Each of the below command will take a bit of time - so make sure you've a pressure ball around. And let the force be with you for a successful installation #lol.sudo apt-get update --fix-missing sudo apt-get upgrade --fix-missing sudo apt-get install mono-complete --fix-missing
http://www.amazedsaint.com/2013/04/hack-raspberry-pi-how-to-build.html#sthash.qkJOxosZ.dpuf
Comments