User:Jbkraft

From OpenSimulator

Jump to: navigation, search

Scripts

OS/X Install notes

I installed opensim on a mac mini running os/x 10.5

  • used mono 2.4 installed from dmg
  • used git clone
  • ./runprebuild.sh was ok
  • nant blew up because pkg-config was missing so I installed that './configure prefix=/usr/local' and everything compiled ok.
  • ran it and the client stalled on connection with region handshake so I edited 'Regions/default.xml' and changed 'external_host_name' from 127.0.0.1 to the actual internal IP of the machine and all is well.
  • now i'm Ruthin' it old school :)


Ubuntu Install Notes

Some issues encountered while building/running on Ubuntu 7.xx

  • i used the mono package from http://www.go-mono.com/mono-downloads/download.html not the one from apt as it was way behind
  • i used the svn drop
  • i didn't realize the ode physics, openjpeg and sqlite3 come out of svn prebuilt and the *.so weren't right. gave me cannot load assembly errors on the dll's
  • checked out the libs from svn http://opensimulator.org/wiki/PhysicsEngines
  • ubuntu has 1.9.x of automake and autogen.sh requires 1.10.x so i edited configure.in and found AC_PROG_MKDIR_P and commented it out (that was the only requirement holding things up) and changed AM_INIT_AUTOMAKE(1.10 foreign) to AM_INIT_AUTOMAKE( 1.9 foreign)
  • configure, make -k worked normally and so i copied the ode/src/.libs/libode.so to the OpenSim/bin
  • all is well with physics
Personal tools
General
About This Wiki