CentOS 5.2 Build Instructions
From OpenSimulator
(Difference between revisions)
(New page: The following process worked for me, please feel free to improve it :) as follows...) |
|||
Line 1: | Line 1: | ||
The following process worked for me, please feel free to improve it :) | 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 | ||
+ | # sudo apt-get install subversion nant libgdiplus ruby | ||
+ | # aptitude install build-essential swig autoconf gawk mono-common binfmt-support bison pkg-config libglib2.0-dev | ||
+ | |||
+ | |||
+ | Build and install mono 2.0.1 | ||
+ | |||
+ | # wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.0.1.tar.bz2 | ||
+ | # tar xf mono-2.0.1.tar.bz2 | ||
+ | # cd mono-2.0.1 | ||
+ | # ./configure --with-libgdiplus=yes | ||
+ | # make (chuckled at the "Function Emit Trampolines bit) | ||
+ | # make install |
Revision as of 04:27, 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 # sudo apt-get install subversion nant libgdiplus ruby # aptitude install build-essential swig autoconf gawk mono-common binfmt-support bison pkg-config libglib2.0-dev
Build and install mono 2.0.1
- wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.0.1.tar.bz2
- tar xf mono-2.0.1.tar.bz2
- cd mono-2.0.1
- ./configure --with-libgdiplus=yes
- make (chuckled at the "Function Emit Trampolines bit)
- make install