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环境下为编译Mono2.0所需的准备工作,包括安装gcc、bison等必要工具及依赖库。
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
1951

被折叠的 条评论
为什么被折叠?