From 7daa3955bc3a1918e40962851f9e8d38597a245e Mon Sep 17 00:00:00 2001 From: gareth Date: Thu, 22 Mar 2007 10:11:15 +0000 Subject: brought zircon branch into trunk --- README.txt | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 8182086..c7c5a93 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Build Instructions * Check out the trunk code -* Build the /src/opensim.sln solution +* Build the /OpenSim.sln solution * open cmd window, go to /bin and launch OpenSim.exe -sandbox -loginserver @@ -23,12 +23,33 @@ secondlife.exe -loginuri http://localhost:8080/ * ensure you have nant (http://nant.sf.net) installed -* cd to the right directory and type "nant" +* cd to the trunk root directory and type "nant" * cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver" -=== Windows Nant Build === +=== Prebuild === + +We use Prebuild to generate vs2005 solutions and nant build scripts. + +The Prebuild master project is /prebuild.xml + +To build it with vs2005 : + +* build the solution /Prebuild/Prebuild.sln + +To build it with nant : + +* cd to /Prebuild/ +* type 'nant' + +After you've built it, move it from /Prebuild/src/bin to /bin/ directory, + +after that you just modify the prebuild.xml and then execute + +bin/Prebuild.exe /target {target} + +where target is either +vs2005 - to generate new vs2005 solutions and projects +nant - to generate new nant build scripts + -* same as Linux/mono build, but use -nant nogenvers -to cicumvent bash invokation -- cgit v1.1