what you need for compiling mono

before compiling mono 2.0, you should have following tools at hand:

1 gcc

2 bison

3 gawk

4 autoconf

5 automake

6 libgtk2.0-dev

7 libglib-2.0-data

 

a simple way in ubuntu:

 

sudo apt-get build-dep mono

 

你可能感兴趣的:(ubuntu,gcc)