diff options
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 | |||