aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorgareth2007-03-14 22:47:35 +0000
committergareth2007-03-14 22:47:35 +0000
commit7c925fb607843bf4239b392102ceda0651ea99c3 (patch)
tree840313cd4d7db3a097b808812103addc376f4363 /README.txt
parent* just ignored non-versioned Physics folder (diff)
downloadopensim-SC_OLD-7c925fb607843bf4239b392102ceda0651ea99c3.zip
opensim-SC_OLD-7c925fb607843bf4239b392102ceda0651ea99c3.tar.gz
opensim-SC_OLD-7c925fb607843bf4239b392102ceda0651ea99c3.tar.bz2
opensim-SC_OLD-7c925fb607843bf4239b392102ceda0651ea99c3.tar.xz
Added simple mono/nant instructions
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 9aa8c90..5fc3bf9 100644
--- a/README.txt
+++ b/README.txt
@@ -17,3 +17,13 @@ secondlife.exe -loginuri http://localhost:8080/
17 17
18* Have fun with your own sandbox! 18* Have fun with your own sandbox!
19 19
20== Linux/mono sandbox build ==
21
22* check out the trunk code
23
24* ensure you have nant (http://nant.sf.net) installed
25
26* cd to the right directory and type "nant"
27
28* cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver"
29