* changed readme to reflect current situation

0.1-prestable
lbsa71 2007-03-29 16:45:40 +00:00
parent 17b00785ee
commit 44b7354cb8
1 changed files with 35 additions and 3 deletions

View File

@ -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 === === Microsoft Visual Studio 2005 Sandbox Build ===
@ -13,7 +19,7 @@ OpenSim.exe -sandbox -loginserver
(In something like C:\Program Files\SecondLife ) (In something like C:\Program Files\SecondLife )
* run the viewer with * run the viewer with
secondlife.exe -loginuri http://localhost:8080/ secondlife.exe -loginuri http://localhost:9000/
* Have fun with your own sandbox! * 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" * cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver"
=== Prebuild ===
PREBUILD
We use Prebuild to generate vs2005 solutions and nant build scripts. 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 The Prebuild master project is /prebuild.xml
To build it with vs2005 : 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, 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 When adding or changing projects, modify the prebuild.xml and then execute
bin/Prebuild.exe /target {target} 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. 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/