ohh we have build instructions on git also ;)

0.9.1.0-post-fixes
UbitUmarov 2018-11-17 23:22:38 +00:00
parent bbf1ed6727
commit a23be00bf3
1 changed files with 9 additions and 16 deletions

View File

@ -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