Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 934 Bytes

BUILDING.md

File metadata and controls

36 lines (28 loc) · 934 Bytes

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: