From df3914c7cdc0aacde7110ba0dea4cd30f233aa7a Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Thu, 6 Sep 2012 12:59:28 +0100 Subject: renaming to markdown file --- BUILDING.md | 36 ++++++++++++++++++++++++++++++++++++ BUILDING.txt | 36 ------------------------------------ README.md | 2 +- 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 BUILDING.md delete mode 100644 BUILDING.txt diff --git a/BUILDING.md b/BUILDING.md new file mode 100644 index 0000000..5210b58 --- /dev/null +++ b/BUILDING.md @@ -0,0 +1,36 @@ +# 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 diff --git a/BUILDING.txt b/BUILDING.txt deleted file mode 100644 index 5210b58..0000000 --- a/BUILDING.txt +++ /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 diff --git a/README.md b/README.md index 78b7367..552cdef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If it breaks, you get to keep *both* pieces. # Compiling OpenSim -Please see BUILDING.txt if you downloaded a source distribution and +Please see BUILDING.md if you downloaded a source distribution and need to build OpenSim before running it. # Running OpenSim on Windows -- cgit v1.1