aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorlbsa712007-03-14 14:04:02 +0000
committerlbsa712007-03-14 14:04:02 +0000
commita9ee8f9382ff853c57468126c70711dcd9169d25 (patch)
tree86efec047ce977f1796479b353404599a0405bc2 /README.txt
parentFixed problem with link to CAPS\SimHttp.cs in second-server project (diff)
downloadopensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.zip
opensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.gz
opensim-SC_OLD-a9ee8f9382ff853c57468126c70711dcd9169d25.tar.bz2
opensim-SC_OLD-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.txt19
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 @@
1Build 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
10OpenSim.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
16secondlife.exe -loginuri http://localhost:8080/
17
18* Have fun with your own sandbox!
19