Hi! Well, It's just the Linux way of doing a setup, and once you're used to it, it's better than windows. But the dependencies...
Try this: 1. Copy all 4 rpms to one directory. 2. Open a console window in that directory. 3. Type "su", and enter you're root password. 4. Type these commands. rpm -Uhv libgc-6.1alpha5-1.i586.rpm rpm -Uhv libgc-devel-6.1alpha5-1.i586.rpm rpm -Uhv mono-0.15-1.i586.rpm rpm -Uhv mono-devel-0.15-1.i586.rpm That's it. My suggestion is, that rpms should be shipped with a shell script, installing all required rpms how it should be. But that's not a problem of mono. Johannes ----- Original Message ----- From: "fssc" <[EMAIL PROTECTED]> To: "mono-list" <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 8:47 AM Subject: Re: [Mono-list] windows setup 0.15 > > I noticed there was a nice easy mono installer for Windows, was wondering > whether anyone has developed an equivalent one click installer for Linux? > I'm not a Linux expert and tried to install the rpms the other day (never > used rpm before) on a new linux box but gave up after I couldn't undrestand > all the dependeny requirements and error messages (yes I could understand it > given time, but I don't have the spare time). In any case, why should > Windows users always get it easy and Linux users have to struggle? I > appreciate though that these are early days for mono and automatic > installers are not high on the priority list. > > Herbert > > > ----- Original Message ----- > From: "Guenther Roith" <[EMAIL PROTECTED]> > To: "mono-list" <[EMAIL PROTECTED]> > Sent: Sunday, September 08, 2002 11:12 AM > Subject: [Mono-list] windows setup 0.15 > > > > Hi! > > > > I was lazy, but here is a new release of the windows setup: > > > > I shamelessly copied the binaries from serge, after I have build problems > > and only added the installation wizard. ;-) > > > > http://www.superin.formativ.net/mono/mono.htm > > > > Johannes > > > > > > _______________________________________________ > > Mono-list maillist - [EMAIL PROTECTED] > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
