diff options
author | lbsa71 | 2007-03-14 14:04:02 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-14 14:04:02 +0000 |
commit | a9ee8f9382ff853c57468126c70711dcd9169d25 (patch) | |
tree | 86efec047ce977f1796479b353404599a0405bc2 /README.txt | |
parent | Fixed problem with link to CAPS\SimHttp.cs in second-server project (diff) | |
download | opensim-SC-a9ee8f9382ff853c57468126c70711dcd9169d25.zip opensim-SC-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.gz opensim-SC-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.bz2 opensim-SC-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.xz |
* 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
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9aa8c90 --- /dev/null +++ b/README.txt | |||
@@ -0,0 +1,19 @@ | |||
1 | Build Instructions | ||
2 | |||
3 | === Microsoft Visual Studio 2005 Sandbox Build === | ||
4 | |||
5 | * Check out the trunk code | ||
6 | |||
7 | * Build the /src/opensim.sln solution | ||
8 | |||
9 | * open cmd window, go to /bin and launch | ||
10 | OpenSim.exe -sandbox -loginserver | ||
11 | |||
12 | * open another cmd window, locate the secondlife executable | ||
13 | (In something like C:\Program Files\SecondLife ) | ||
14 | |||
15 | * run the viewer with | ||
16 | secondlife.exe -loginuri http://localhost:8080/ | ||
17 | |||
18 | * Have fun with your own sandbox! | ||
19 | |||