In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 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 and compile Ubuntu Mono, with a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Ubuntu Mono has been widely used but is also constantly updated. Here is an introduction to the use of Ubuntu Mono installation settings to help you install and update Ubuntu Mono systems. Ubuntu has been used for some time, and for people who do C # developers, Ubuntu Mono gives us hope to use C # under Linux.
I use Ubuntu 8.10 with Ubuntu Mono1.9.1 installed by default, but the Ubuntu Mono 2.0.1 release brings more new features (only compared to 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 mono// installs some necessary packages to avoid errors. / configure-- the compilation process of prefix=/usr/local make sudo make install for a few minutes is smooth. Type mono-V in the terminal after completion.
Mono JIT compiler version 2.0.1 (tarball) Copyright (C) 2002-2008 Novell, Inc and Contributors. Www.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 MonoDevelop is the beginning of the ordeal. I retrieved the MonoDevelop code from SVN. / configure this program also prompted me to really lack a few libraries. According to his hint, I searched, loaded, and passed in Synaptic, but the files that were not missing in the make process were quite depressing. At first, I reported missing the Ubuntu Mono-addins assembly, and this was also easy to do. Download it. Compile by copying all the compiled files to the bin directory of Ubuntu Mono develp, make again, and this problem will be gone. Next, we will use a similar method to solve the problem without Ubuntu Mono doc 2.0. Once 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.8Monodevelop on the web page also said that it needs 2.8. why do you want version 2.12 here, in google. I use gacutil-l | grep gtk-sharpgtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f to prove 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 mono1.9.1 and found the 2.12 version of dll in it. I copied them all to the gac folder of the new Ubuntu Mono. Compilation is really all through the direct make run can run monodevelop, but the heart is always a little uncomfortable, I do not know all of you here, there is no good solution.
Thank you for reading this article carefully. I hope the article "how to install and compile Ubuntu Mono" shared by the editor will be helpful to everyone. At the same time, I also hope 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.