ohh we have build instructions on git also ;)
parent
bbf1ed6727
commit
a23be00bf3
25
BUILDING.md
25
BUILDING.md
|
@ -10,29 +10,22 @@ Steps:
|
||||||
# Building on Linux
|
# Building on Linux
|
||||||
|
|
||||||
Prereqs:
|
Prereqs:
|
||||||
* Mono >= 2.4.3
|
* Mono > 5.0
|
||||||
* Nant >= 0.85
|
|
||||||
* On some Linux distributions you may need to install additional packages.
|
* On some Linux distributions you may need to install additional packages.
|
||||||
See http://opensimulator.org/wiki/Dependencies for more information.
|
See http://opensimulator.org/wiki/Dependencies for more information.
|
||||||
* May also use xbuild (included in mono distributions)
|
msbuild or xbuild if still supported by mono version
|
||||||
* May use Monodevelop, a cross-platform IDE
|
|
||||||
|
|
||||||
From the distribution type:
|
From the distribution type:
|
||||||
* ./runprebuild.sh
|
* ./runprebuild.sh
|
||||||
* nant (or !* xbuild)
|
* type msbuild or xbuild)
|
||||||
* cd bin
|
* cd bin
|
||||||
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
|
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
|
||||||
* run mono OpenSim.exe
|
* windoes: execute opensim.exe or opensim32.exe for small regions
|
||||||
!* xbuild option switches
|
* linux: run ./opensim.sh
|
||||||
!* clean: xbuild /target:clean
|
!* msbuild (xbuild) option switches
|
||||||
!* debug: (default) xbuild /property:Configuration=Debug
|
!* clean: msbuild /target:clean
|
||||||
!* release: xbuild /property:Configuration=Release
|
!* debug: (default) msbuild /property:Configuration=Debug
|
||||||
|
!* release: msbuild /property:Configuration=Release
|
||||||
# Using Monodevelop
|
|
||||||
|
|
||||||
From the distribution type:
|
|
||||||
* ./runprebuild.sh
|
|
||||||
* type monodevelop OpenSim.sln
|
|
||||||
|
|
||||||
# References
|
# References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue