another change to Building md file

0.9.1.0-post-fixes
UbitUmarov 2018-11-19 02:26:08 +00:00
parent 8474af04e1
commit 67d5212d53
1 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,8 @@ Steps:
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.
* msbuild or xbuild if still supported by the mono version
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 the mono version
From the distribution type: From the distribution type:
* ./runprebuild.sh * ./runprebuild.sh
@ -23,10 +23,10 @@ From the distribution type:
* review and change those ini files according to your needs * review and change those ini files according to your needs
* windows: execute opensim.exe or opensim32.exe for small regions * 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
!* debug: (default) msbuild /property:Configuration=Debug * debug: (default) msbuild /property:Configuration=Debug
!* release: msbuild /property:Configuration=Release * release: msbuild /property:Configuration=Release
# References # References