bitbucket still does not like building.md

0.9.1.0-post-fixes
UbitUmarov 2018-11-20 18:17:55 +00:00
parent cb1ebd1604
commit 82415785fc
1 changed files with 23 additions and 20 deletions

View File

@ -1,32 +1,35 @@
# Building on Windows # Building on Windows
Steps: Steps:
* runprebuild.bat
* Load OpenSim.sln into Visual Studio .NET and build the solution. * runprebuild.bat
* chdir bin * Load OpenSim.sln into Visual Studio .NET and build the solution.
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * chdir bin
* run OpenSim.exe * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
* run OpenSim.exe
# Building on Linux / Mac # Building on Linux / Mac
Prereqs: Prereqs:
* Mono > 5.0
* On some Linux distributions you may need to install additional packages. * Mono > 5.0
* msbuild or xbuild if still supported by the mono version * On some Linux distributions you may need to install additional packages.
* See http://opensimulator.org/wiki/Dependencies for more information. * msbuild or xbuild if still supported by the mono version
* See http://opensimulator.org/wiki/Dependencies for more information.
From the distribution type: From the distribution type:
* ./runprebuild.sh
* type msbuild or xbuild * ./runprebuild.sh
* cd bin * type msbuild or xbuild
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * cd bin
* review and change those ini files according to your needs * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
* windows: execute opensim.exe or opensim32.exe for small regions * review and change those ini files according to your needs
* linux: run ./opensim.sh * windows: execute opensim.exe or opensim32.exe for small regions
* msbuild (xbuild) option switches * linux: run ./opensim.sh
* clean: msbuild /target:clean * msbuild (xbuild) option switches
* debug: (default) msbuild /property:Configuration=Debug * clean: msbuild /target:clean
* release: msbuild /property:Configuration=Release * debug: (default) msbuild /property:Configuration=Debug
* release: msbuild /property:Configuration=Release
# References # References