Unfortunately Ubuntu 12.04 does not have any packages for Mono3, so we must compile and build it ourselves. Below are the instructions on how to do so. This article is a slightly modified version from Lovesmesomecode.com. Installing Dependencies First, we need to install all the dependencies we will need.
1 2 3 4 |
sudo apt-get install git autoconf automake libtool g++ gettext mono-gmcs sudo apt-get install libglib2.0-dev libpng12-dev libx11-dev sudo apt-get install libfreetype6-dev libfontconfig1-dev libcairo2-dev sudo apt-get install libtiff4-dev libjpeg8-dev libgif-dev libexif-dev |
Cloning source code repositories Now, lets […]