From a9ee8f9382ff853c57468126c70711dcd9169d25 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 14 Mar 2007 14:04:02 +0000 Subject: * Made sure physics dlls end up in /bin/Physics * Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005 --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9aa8c90 --- /dev/null +++ b/README.txt @@ -0,0 +1,19 @@ +Build Instructions + +=== Microsoft Visual Studio 2005 Sandbox Build === + +* Check out the trunk code + +* Build the /src/opensim.sln solution + +* open cmd window, go to /bin and launch +OpenSim.exe -sandbox -loginserver + +* open another cmd window, locate the secondlife executable +(In something like C:\Program Files\SecondLife ) + +* run the viewer with +secondlife.exe -loginuri http://localhost:8080/ + +* Have fun with your own sandbox! + -- cgit v1.1