diff options
author | gareth | 2007-03-14 22:47:35 +0000 |
---|---|---|
committer | gareth | 2007-03-14 22:47:35 +0000 |
commit | 7c925fb607843bf4239b392102ceda0651ea99c3 (patch) | |
tree | 840313cd4d7db3a097b808812103addc376f4363 /README.txt | |
parent | * just ignored non-versioned Physics folder (diff) | |
download | opensim-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 '')
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 | |||