0.9.1.0-post-fixes
UbitUmarov 2018-11-18 18:50:19 +00:00
parent 65310f3e5e
commit 9be4663d3c
1 changed files with 5 additions and 4 deletions

View File

@ -7,20 +7,21 @@ Steps:
* 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 OpenSim.exe * run OpenSim.exe
# Building on Linux # Building on Linux / Mac
Prereqs: Prereqs:
* Mono > 5.0 * Mono > 5.0
* 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.
msbuild or xbuild if still supported by mono version msbuild or xbuild if still supported by the mono version
From the distribution type: From the distribution type:
* ./runprebuild.sh * ./runprebuild.sh
* type msbuild 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
* windoes: execute opensim.exe or opensim32.exe for small regions * review and change those ini files acording to your needes
* windows: execute opensim.exe or opensim32.exe for small regions
* linux: run ./opensim.sh * linux: run ./opensim.sh
!* msbuild (xbuild) option switches !* msbuild (xbuild) option switches
!* clean: msbuild /target:clean !* clean: msbuild /target:clean