CentOS 5.2 Build Instructions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
  
 
   # yum update
 
   # yum update
   # sudo apt-get install subversion nant libgdiplus ruby
+
   # yum install subversion ruby
 +
 
 +
To get Mono 1.9.1 I added the Mono.repo file in the /etc/yum.repo.d/ directory:
 +
 
 +
  $ sudo su -
 +
  $ cd /etc/yum.repos.d/
 +
  $ wget http://download.opensuse.org/repositories/Mono/RHEL_5/Mono.repo
 +
 
 +
I then installed mono
 +
 
 +
  # yum install mono nant libgdiplus
 +
 
 +
 
 +
 
 +
 
 
   # aptitude install build-essential swig autoconf gawk mono-common binfmt-support bison pkg-config libglib2.0-dev
 
   # aptitude install build-essential swig autoconf gawk mono-common binfmt-support bison pkg-config libglib2.0-dev
  

Revision as of 05:51, 5 January 2009

The following process worked for me, please feel free to improve it :)

NB In progress do not follow these instructions yet!!

From a fresh install:

 # yum update
 # yum install subversion ruby

To get Mono 1.9.1 I added the Mono.repo file in the /etc/yum.repo.d/ directory:

 $ sudo su -
 $ cd /etc/yum.repos.d/
 $ wget http://download.opensuse.org/repositories/Mono/RHEL_5/Mono.repo

I then installed mono

 # yum install mono nant libgdiplus



 # aptitude install build-essential swig autoconf gawk mono-common binfmt-support bison pkg-config libglib2.0-dev


Build and install mono 2.0.1

  1. wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.0.1.tar.bz2
  2. tar xf mono-2.0.1.tar.bz2
  3. cd mono-2.0.1
  4. ./configure --with-libgdiplus=yes
  5. make (chuckled at the "Function Emit Trampolines bit)
  6. make install
Personal tools
General
About This Wiki