From 44b7354cb806dce300169c4bc6cebef9a39cd6bd Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 29 Mar 2007 16:45:40 +0000 Subject: * changed readme to reflect current situation --- README.txt | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index da62bc7..1585342 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,10 @@ -Build Instructions +IMPORTANT NOTES + +* Please note that at the moment, the sandbox login server has temporary changed from 8080 to 9000 - this will (probably) change back. + +--- + +BUILD INSTRUCTIONS === Microsoft Visual Studio 2005 Sandbox Build === @@ -13,7 +19,7 @@ OpenSim.exe -sandbox -loginserver (In something like C:\Program Files\SecondLife ) * run the viewer with -secondlife.exe -loginuri http://localhost:8080/ +secondlife.exe -loginuri http://localhost:9000/ * Have fun with your own sandbox! @@ -27,10 +33,18 @@ secondlife.exe -loginuri http://localhost:8080/ * cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver" -=== Prebuild === + + +PREBUILD We use Prebuild to generate vs2005 solutions and nant build scripts. +=== Building Prebuild === + +At the moment, the Prebuild exe is shipped as /bin/Prebuild.exe so you shouldn't really have to build it. + +But here's the instructions anyway : + The Prebuild master project is /prebuild.xml To build it with vs2005 : @@ -44,6 +58,8 @@ To build it with nant : After you've built it, it will land in the root /bin/ directory, +=== Modyfying the OpenSim solution === + When adding or changing projects, modify the prebuild.xml and then execute bin/Prebuild.exe /target {target} @@ -54,3 +70,19 @@ nant - to generate new nant build scripts Remember to run prebuild whenever you've added or removed files as well. + +LOCAL SET-UP OF OGS CONFIGURATION + +**NOTE: At the moment OGS is non-functionable, so this WON'T WORK **NOTE + +* start up bin/OpenGridServices.GridServer.exe (listens on http://localhost:8001/gridserver) + * just press enter to keep the defaults + +* start up bin/OpenGridServices.UserServer.exe (listens on http://localhost:8002/userserver) + * just press enter to keep the defaults + +* start up bin/OpenSim.exe ( listens for udp on port 9000 ) + * just press enter to keep the defaults + +* start the secondlife viewer with -loginuri http://localhost:8080/ + -- cgit v1.1