View Full Version : FC3: Mono installation
tyfius
4th December 2004, 02:09 PM
Since the Mono Project hasn't released any repository for FC3, I spend the last weeks trying to find a way to install them. I almost gave up on it untill I discovered http://xplib.de/mono.php.
Just download all the RPMS to a new dir (I named it monorpms)
# su
# cd monorpms
# rpm -ivh *.rpm
If for any reason monodoc give's a problem, download it source rpm
# su
# rpmbuild --rebuild monodoc-1.0.4-2.fc3.mh.src.rpm
# rpm -ivh /usr/src/redhat/RPMS/i386/monodoc-1.0.4-2.fc3.mh.i386.rpm
pofy
9th December 2004, 09:49 AM
So I've downloaded all the files from that link and used rpm -Uy *.rpm command from console to install all the files. It was good. Now I can use mono framework. But i have a litttle problem. I can run Monodevelop only as a root. If i try to start Monodevelop as an ordinary user, it displays on the windows list, then quits. My question is : only root can run monodevelop ? Second : There is no graphical GTK# Window designer ? So I must make GUIs from code ?
Thanks for the help !
tyfius
9th December 2004, 10:48 PM
I run monodevelop as user, just select it from the programming menu I have in my gnome start toolbar.
Maybe you can try to set the chown and chgrp permissions on the folder/files where it has installed intself.
As for the GUI's, I can recommand Glade. I think it's version 2 already. It's a very to use wysiwyg interface.
GTK 2.0 tut: http://www.gtk.org/tutorial/index.html
Glade2 tut: http://www.kplug.org/glade_tutorial/glade2_tutorial/glade2_introduction.html
gl =)
piedamaro
23rd December 2004, 03:56 PM
I use mono rpms from http://www.nrpms.net/
Clunixchit
4th May 2005, 01:12 PM
i prefer this one , quick and reliable
using the yum repository for Mono 1.0.6 (stable),
add the following lines to your /etc/yum.conf:
[mono-stable]
name=Mono - Fedora Compatible Packages (stable)
baseurl=http://www.go-mono.com/archive/1.0.6/fedora-3-i386/ gpgcheck=0
#yum install Mono*
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.