You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by Apache Wiki <wi...@apache.org> on 2007/02/26 05:52:41 UTC

[Gump Wiki] Update of "VmgumpConfig" by StefanBodewig

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Gump Wiki" for change notification.

The following page has been changed by StefanBodewig:
http://wiki.apache.org/gump/VmgumpConfig

------------------------------------------------------------------------------
  === Optional prereqs ===
  
   * Mono:
-     * install Boehm GC {{{
+     * install Mono {{{
  cd /tmp
- sudo apt-get install bison
+ apt-get install bison
+ wget ftp://www.go-mono.com/archive/1.2.3.1/linux-installer/1/mono-1.2.3.1_1-installer.bin
+ md5sum mono-1.2.3.1_1-installer.bin # check value!
+ chmod +x mono-1.2.3.1_1-installer.bin
- wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc.tar.gz
- tar xzf gc.tar.gz
- cd gc6.5
- ./configure --prefix=/usr
- make
- sudo make install
- }}}
- 
-     * install Mono itself - if you do that on /tmp, make room! {{{
- wget http://go-mono.com/sources/mono-1.1/mono-1.1.13.2.tar.gz
- tar xzf mono-1.1.13.2.tar.gz
- cd mono-1.1.13.2
- ./configure --prefix=/opt/__versions__/mono-1.1.13.2 \
- --with-libgdiplus=installed --with-gc=boehm --with-ikvm-native=yes
- make
  sudo -i
- make install
+ ./mono-1.2.3.1_1-installer.bin --mode text # install to /opt/__versions__
- for i in /opt/__versions__/mono-1.1.13.2/lib/pkgconfig/*.pc; \
+ for i in /opt/__versions__/mono-1.2.3.1/lib/pkgconfig/*.pc; \
  do ln -s $i /usr/lib/pkgconfig/`basename $i`; done
- ln -s /opt/__versions__/mono-1.1.13.2 /opt/mono
+ ln -s /opt/__versions__/mono-1.2.3.1 /opt/mono
  }}}
-    * create a symbolic link {{{/opt/mono}}} pointing to the installed version
     * '''Note''': /opt/mono will be added to the PATH in step 5
  
  TODO: figure out which packages of the below on brutus is needed