diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 38 |
1 files changed, 35 insertions, 3 deletions
@@ -1,4 +1,10 @@ | |||
1 | Build Instructions | 1 | IMPORTANT NOTES |
2 | |||
3 | * Please note that at the moment, the sandbox login server has temporary changed from 8080 to 9000 - this will (probably) change back. | ||
4 | |||
5 | --- | ||
6 | |||
7 | BUILD INSTRUCTIONS | ||
2 | 8 | ||
3 | === Microsoft Visual Studio 2005 Sandbox Build === | 9 | === Microsoft Visual Studio 2005 Sandbox Build === |
4 | 10 | ||
@@ -13,7 +19,7 @@ OpenSim.exe -sandbox -loginserver | |||
13 | (In something like C:\Program Files\SecondLife ) | 19 | (In something like C:\Program Files\SecondLife ) |
14 | 20 | ||
15 | * run the viewer with | 21 | * run the viewer with |
16 | secondlife.exe -loginuri http://localhost:8080/ | 22 | secondlife.exe -loginuri http://localhost:9000/ |
17 | 23 | ||
18 | * Have fun with your own sandbox! | 24 | * Have fun with your own sandbox! |
19 | 25 | ||
@@ -27,10 +33,18 @@ secondlife.exe -loginuri http://localhost:8080/ | |||
27 | 33 | ||
28 | * cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver" | 34 | * cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver" |
29 | 35 | ||
30 | === Prebuild === | 36 | |
37 | |||
38 | PREBUILD | ||
31 | 39 | ||
32 | We use Prebuild to generate vs2005 solutions and nant build scripts. | 40 | We use Prebuild to generate vs2005 solutions and nant build scripts. |
33 | 41 | ||
42 | === Building Prebuild === | ||
43 | |||
44 | At the moment, the Prebuild exe is shipped as /bin/Prebuild.exe so you shouldn't really have to build it. | ||
45 | |||
46 | But here's the instructions anyway : | ||
47 | |||
34 | The Prebuild master project is /prebuild.xml | 48 | The Prebuild master project is /prebuild.xml |
35 | 49 | ||
36 | To build it with vs2005 : | 50 | To build it with vs2005 : |
@@ -44,6 +58,8 @@ To build it with nant : | |||
44 | 58 | ||
45 | After you've built it, it will land in the root /bin/ directory, | 59 | After you've built it, it will land in the root /bin/ directory, |
46 | 60 | ||
61 | === Modyfying the OpenSim solution === | ||
62 | |||
47 | When adding or changing projects, modify the prebuild.xml and then execute | 63 | When adding or changing projects, modify the prebuild.xml and then execute |
48 | 64 | ||
49 | bin/Prebuild.exe /target {target} | 65 | bin/Prebuild.exe /target {target} |
@@ -54,3 +70,19 @@ nant - to generate new nant build scripts | |||
54 | 70 | ||
55 | Remember to run prebuild whenever you've added or removed files as well. | 71 | Remember to run prebuild whenever you've added or removed files as well. |
56 | 72 | ||
73 | |||
74 | LOCAL SET-UP OF OGS CONFIGURATION | ||
75 | |||
76 | **NOTE: At the moment OGS is non-functionable, so this WON'T WORK **NOTE | ||
77 | |||
78 | * start up bin/OpenGridServices.GridServer.exe (listens on http://localhost:8001/gridserver) | ||
79 | * just press enter to keep the defaults | ||
80 | |||
81 | * start up bin/OpenGridServices.UserServer.exe (listens on http://localhost:8002/userserver) | ||
82 | * just press enter to keep the defaults | ||
83 | |||
84 | * start up bin/OpenSim.exe ( listens for udp on port 9000 ) | ||
85 | * just press enter to keep the defaults | ||
86 | |||
87 | * start the secondlife viewer with -loginuri http://localhost:8080/ | ||
88 | |||