Added simple mono/nant instructions

adam
gareth 2007-03-14 22:47:35 +00:00
parent 053a588da0
commit 7c925fb607
1 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,13 @@ secondlife.exe -loginuri http://localhost:8080/
* Have fun with your own sandbox! * Have fun with your own sandbox!
== Linux/mono sandbox build ==
* check out the trunk code
* ensure you have nant (http://nant.sf.net) installed
* cd to the right directory and type "nant"
* cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver"