From 67d5212d530a12f6c9c52374d613eb14b8ba50ef Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 19 Nov 2018 02:26:08 +0000 Subject: [PATCH] another change to Building md file --- BUILDING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index ac372e559a..cf351442db 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -12,8 +12,8 @@ Steps: Prereqs: * Mono > 5.0 * 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. - msbuild or xbuild if still supported by the mono version From the distribution type: * ./runprebuild.sh @@ -23,10 +23,10 @@ From the distribution type: * review and change those ini files according to your needs * windows: execute opensim.exe or opensim32.exe for small regions * linux: run ./opensim.sh - !* msbuild (xbuild) option switches - !* clean: msbuild /target:clean - !* debug: (default) msbuild /property:Configuration=Debug - !* release: msbuild /property:Configuration=Release + * msbuild (xbuild) option switches + * clean: msbuild /target:clean + * debug: (default) msbuild /property:Configuration=Debug + * release: msbuild /property:Configuration=Release # References