aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorgareth2007-03-22 10:11:15 +0000
committergareth2007-03-22 10:11:15 +0000
commit7daa3955bc3a1918e40962851f9e8d38597a245e (patch)
treebee3e1372a7eed0c1b220a8a49f7bee7d29a6b91 /README.txt
parentLoad XML for neighbourinfo from grid (diff)
downloadopensim-SC_OLD-7daa3955bc3a1918e40962851f9e8d38597a245e.zip
opensim-SC_OLD-7daa3955bc3a1918e40962851f9e8d38597a245e.tar.gz
opensim-SC_OLD-7daa3955bc3a1918e40962851f9e8d38597a245e.tar.bz2
opensim-SC_OLD-7daa3955bc3a1918e40962851f9e8d38597a245e.tar.xz
brought zircon branch into trunk
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt33
1 files changed, 27 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 8182086..c7c5a93 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ Build Instructions
4 4
5* Check out the trunk code 5* Check out the trunk code
6 6
7* Build the /src/opensim.sln solution 7* Build the /OpenSim.sln solution
8 8
9* open cmd window, go to /bin and launch 9* open cmd window, go to /bin and launch
10OpenSim.exe -sandbox -loginserver 10OpenSim.exe -sandbox -loginserver
@@ -23,12 +23,33 @@ secondlife.exe -loginuri http://localhost:8080/
23 23
24* ensure you have nant (http://nant.sf.net) installed 24* ensure you have nant (http://nant.sf.net) installed
25 25
26* cd to the right directory and type "nant" 26* cd to the trunk root directory and type "nant"
27 27
28* cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver" 28* cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver"
29 29
30=== Windows Nant Build === 30=== Prebuild ===
31
32We use Prebuild to generate vs2005 solutions and nant build scripts.
33
34The Prebuild master project is /prebuild.xml
35
36To build it with vs2005 :
37
38* build the solution /Prebuild/Prebuild.sln
39
40To build it with nant :
41
42* cd to /Prebuild/
43* type 'nant'
44
45After you've built it, move it from /Prebuild/src/bin to /bin/ directory,
46
47after that you just modify the prebuild.xml and then execute
48
49bin/Prebuild.exe /target {target}
50
51where target is either
52vs2005 - to generate new vs2005 solutions and projects
53nant - to generate new nant build scripts
54
31 55
32* same as Linux/mono build, but use
33nant nogenvers
34to cicumvent bash invokation