我已经安装了monodevelop与sudo apt-get install monodevelop
但它在我的机器上崩溃(amd64)和单声道版本是相当老1.1.8.3(默认在微风)
删除旧版本apt-get remove mono monodevelop
wget http://go-mono.com/sources/libgdiplus-1.1/libgdiplus-1.1.10.tar.gz
tar zxf libgdiplus-1.1.10.tar.gz
cd libgdiplus-1.1.10
./configure --prefix = / usr
make; sudo make install; cd ..
wget http://go-mono.com/sources/mono-1.1/mono-1.1.10.tar.gz
tar zxf mono-1.1.10.tar.gz
cd单声道1.1.10
./configure --prefix = / usr
make; sudo make install; cd ..
sudo apt-get install gnome-devel libgtkhtml2-dev libgtkhtml3.6-dev libvte-dev
wget http://go-mono.com/sources/gtk-sharp-2.0/gtk-sharp-2.4.0.tar.gz
tar zxf gtk-sharp-2.4.0.tar.gz
cd gtk-sharp-2.4.0
./configure --prefix = / usr
make; sudo make install; cd ..
sudo apt-get install libgtksourceview-dev
wget http://go-mono.com/sources/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0-0.10.tar.gz
tar zxf gtksourceview-sharp-2.0-0.10.tar.gz
cd gtksourceview-sharp-2.0-0.10
./configure --prefix = / usr
make; sudo make install; cd ..
wget http://go-mono.com/sources/monodoc/monodoc-1.1.9.tar.gz
tar zxf monodoc-1.1.9.tar.gz
cd monodoc-1.1.9
./configure --prefix = / usr
make; sudo make install; cd ..
wget http://go-mono.com/sources/gecko-sharp-2.0/gecko-sharp-2.0-0.11.tar.gz
tar zxf gecko-sharp-2.0-0.11.tar.gz
cd gecko-sharp-2.0-0.11
./configure --prefix = / usr
make; sudo make install; cd ..
有一些缺失我做了一个apt-cache搜索XML :: Parser
sudo apt-get install libxml-perl
wget http://go-mono.com/sources/monodevelop/monodevelop-0.9.tar.gz
tar xvf monodevelop-0.9.tar.gz
cd monodevelop-0.9
./configure --prefix = / opt / monodevel
make; sudo make install; cd ..
创建新的控制台项目
文件 - >新解决方案/项目 - > C# - >控制台项目
但它在我的机器上崩溃(amd64)和单声道版本是相当老1.1.8.3(默认在微风)
删除旧版本apt-get remove mono monodevelop
wget http://go-mono.com/sources/libgdiplus-1.1/libgdiplus-1.1.10.tar.gz
tar zxf libgdiplus-1.1.10.tar.gz
cd libgdiplus-1.1.10
./configure --prefix = / usr
make; sudo make install; cd ..
wget http://go-mono.com/sources/mono-1.1/mono-1.1.10.tar.gz
tar zxf mono-1.1.10.tar.gz
cd单声道1.1.10
./configure --prefix = / usr
make; sudo make install; cd ..
sudo apt-get install gnome-devel libgtkhtml2-dev libgtkhtml3.6-dev libvte-dev
wget http://go-mono.com/sources/gtk-sharp-2.0/gtk-sharp-2.4.0.tar.gz
tar zxf gtk-sharp-2.4.0.tar.gz
cd gtk-sharp-2.4.0
./configure --prefix = / usr
make; sudo make install; cd ..
sudo apt-get install libgtksourceview-dev
wget http://go-mono.com/sources/gtksourceview-sharp-2.0/gtksourceview-sharp-2.0-0.10.tar.gz
tar zxf gtksourceview-sharp-2.0-0.10.tar.gz
cd gtksourceview-sharp-2.0-0.10
./configure --prefix = / usr
make; sudo make install; cd ..
wget http://go-mono.com/sources/monodoc/monodoc-1.1.9.tar.gz
tar zxf monodoc-1.1.9.tar.gz
cd monodoc-1.1.9
./configure --prefix = / usr
make; sudo make install; cd ..
wget http://go-mono.com/sources/gecko-sharp-2.0/gecko-sharp-2.0-0.11.tar.gz
tar zxf gecko-sharp-2.0-0.11.tar.gz
cd gecko-sharp-2.0-0.11
./configure --prefix = / usr
make; sudo make install; cd ..
有一些缺失我做了一个apt-cache搜索XML :: Parser
sudo apt-get install libxml-perl
wget http://go-mono.com/sources/monodevelop/monodevelop-0.9.tar.gz
tar xvf monodevelop-0.9.tar.gz
cd monodevelop-0.9
./configure --prefix = / opt / monodevel
make; sudo make install; cd ..
/ opt / monodevel / bin / monodevelop
创建新的控制台项目
文件 - >新解决方案/项目 - > C# - >控制台项目
将其命名为“GoodbyeWorld”,然后选择“下一步”
然后运行(F5)