From 37fc19fae0fcccfd4bddff0f5dfed4bb42777981 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sun, 8 Jan 2012 18:21:09 -0500 Subject: Update building instructions a good place to trigger a test on the opensimulator site --- BUILDING.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'BUILDING.txt') diff --git a/BUILDING.txt b/BUILDING.txt index 0fb68cb..12e5ea5 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -17,13 +17,22 @@ Prereqs: * 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 + From the distribution type: * ./runprebuild.sh - * nant + * nant (or xbuild) * cd bin * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * run mono OpenSim.exe +=== Using Monodevelop === + +From the distribution type: + * ./runprebuild.sh + * type monodevelop OpenSim.sln + === References === Helpful resources: -- cgit v1.1