From e9153e1d1aae50024d8cd05fe14a9bce34343a0e Mon Sep 17 00:00:00 2001 From: teravus Date: Thu, 15 Nov 2012 10:05:16 -0500 Subject: Revert "Merge master into teravuswork", it should have been avination, not master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. --- BUILDING.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 BUILDING.md (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md deleted file mode 100644 index 5210b58..0000000 --- a/BUILDING.md +++ /dev/null @@ -1,36 +0,0 @@ -# Building on Windows - -Steps: - * runprebuild.bat - * Load OpenSim.sln into Visual Studio .NET and build the solution. - * chdir bin - * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include - * run OpenSim.exe - -# Building on Linux - -Prereqs: -* Mono >= 2.4.3 -* Nant >= 0.85 -* 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 (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: -* http://opensimulator.org/wiki/Build_Instructions -- cgit v1.1