From a23be00bf359c9e15a63d8145c75d40d6beaeb1a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 17 Nov 2018 23:22:38 +0000 Subject: [PATCH] ohh we have build instructions on git also ;) --- BUILDING.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index d8deeeb237..24ca4b52fc 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -10,29 +10,22 @@ Steps: # Building on Linux Prereqs: -* Mono >= 2.4.3 -* Nant >= 0.85 +* Mono > 5.0 * On some Linux distributions you may need to install additional packages. See http://opensimulator.org/wiki/Dependencies for more information. -* May also use xbuild (included in mono distributions) -* May use Monodevelop, a cross-platform IDE + msbuild or xbuild if still supported by mono version From the distribution type: * ./runprebuild.sh - * nant (or !* xbuild) + * type msbuild or xbuild) * cd bin * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include - * run mono OpenSim.exe - !* xbuild option switches - !* clean: xbuild /target:clean - !* debug: (default) xbuild /property:Configuration=Debug - !* release: xbuild /property:Configuration=Release - -# Using Monodevelop - -From the distribution type: - * ./runprebuild.sh - * type monodevelop OpenSim.sln + * windoes: 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 # References