opensim – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 # Building on Windows
2  
3 Steps:
4 * runprebuild.bat
5 * Load OpenSim.sln into Visual Studio .NET and build the solution.
6 * chdir bin
7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
8 * run OpenSim.exe
9  
10 # Building on Linux
11  
12 Prereqs:
13 * Mono >= 2.4.3
14 * Nant >= 0.85
15 * On some Linux distributions you may need to install additional packages.
16 See http://opensimulator.org/wiki/Dependencies for more information.
17 * May also use xbuild (included in mono distributions)
18 * May use Monodevelop, a cross-platform IDE
19  
20 From the distribution type:
21 * ./runprebuild.sh
22 * nant (or xbuild)
23 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
25 * run mono OpenSim.exe
26  
27 # Using Monodevelop
28  
29 From the distribution type:
30 * ./runprebuild.sh
31 * type monodevelop OpenSim.sln
32  
33 # References
34  
35 Helpful resources:
36 * http://opensimulator.org/wiki/Build_Instructions