KB 600007 How to compile source code on Ubuntu 10.10
Summary
This article describes how to compile source code on Ubuntu 10.10.Due to an xbuild bug, https://bugzilla.xamarin.com/show_bug.cgi?id=3055, #SNMP 7.5 cannot be compiled on Ubuntu.
Prerequisites
You may download the source code from https://github.com/lextm/sharpsnmplib/releases.You can get Ubuntu 10.10 from here.
Default Configuration
You can follow these steps to build #SNMP,- Execute the following in a terminal to install Mono, "sudo apt-get install mono-devel mono-vbnc mono-xbuild monodevelop"
- Open Properties window for prepare.sh.
- In Permissions tab, check the box for Allow executing file as program and click Close.
- Do the same for release.sh.
- Execute prepare.sh in the terminal.
- Execute release.sh to build the source code.
More Information
VB.NET projects cannot be compiled under Mono at this moment.Only tested on Ubuntu 10.10 with Mono 2.6.7.