In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install the Ubuntu Mono version by default, which has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, let the editor take you to understand it.
I use Ubuntu 8.10 with Ubuntu Mono1.9.1 installed by default, but the Ubuntu Mono2.0.1 release brings more new features (only relative to Ubuntu Mono). But there is no official installation source, can only come down to compile the code, compared to Windows linux for me is still too strange to understand a lot of places, but this is not difficult for us programmers, see ReadMe check Google anyway, to get you done, compiling Ubuntu Mono 2.0.1 is very smooth
Sudo apt-get build-dep Ubuntu Mono// installs some necessary packages to avoid errors. / configure-- prefix=/usr/local
Make sudo make install
A few minutes of the compilation process, very smooth, after the completion of the terminal type Ubuntu Mono-V
Mono JIT compiler version 2.0.1 (tarball)
Copyright (C) 2002-2008 Novell, Inc and Contributors. Www.Ubuntu Mono-project.com
TLS: _ _ thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Installation complete! There seems to be no difficulty.
The following installation of Ubuntu MonoDevelop is the beginning of the ordeal. I retrieve the Ubuntu MonoDevelop code from SVN.
Direct. / configure this program also reminds me that I am really short of a few libraries, and this has been searched in Synaptic as he suggested.
Install, can pass, but the lack of files in the make process is quite depressing, at first, reported the lack of Ubuntu Mono-addins assembly
This is also easy to do, download and compile by copying all the compiled files to the bin directory of Ubuntu Monodevelp
Once again, make, this problem is gone, and then we will talk about using a similar method to solve the problem in the absence of Ubuntu Monodoc 2.0.
Again, make is short of gtk-sharp this time.
Not be loaded: > Assembly: gtk-sharp (assemblyref_index=1)
> Version: 2.12.0.0
> Public Key: 35e10195dab3c99f
> System error: Unknown error: 0
I obviously compiled and installed Gtk# 2.8Ubuntu Monodevelop and said on the web page that it needs 2.8. why do you want version 2.12 here?
In google. A lot of people in here have the same problems as me.
But there is no good solution. I use gacutil-l | grep gtk-sharp
Gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
It also proves that I have gtk-sharp 2.8in my GAC for a long time, *, using a method that I don't like very much.
I opened the gac folder of the original Ubuntu Mono1.9.1, and there was a 2.12 version of dll in it.
I copied them all to the gac folder of the new Ubuntu Mono. The compilation really passed.
Direct make run can run Ubuntu Monodevelop, but there is always something in mind
Unhappy, I don't know if there is any good solution for all of you here.
Thank you for reading this article carefully. I hope the article "how to install the Ubuntu Mono version by default" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.