1
0

BUILDING.txt 998 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ==== Building OpenSim ====
  2. === Building on Windows ===
  3. Steps:
  4. * runprebuild.bat
  5. * Load OpenSim.sln into Visual Studio .NET and build the solution.
  6. * chdir bin
  7. * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
  8. * run OpenSim.exe
  9. === Building on Linux ===
  10. Prereqs:
  11. * Mono >= 2.4.3
  12. * Nant >= 0.85
  13. * On some Linux distributions you may need to install additional packages.
  14. See http://opensimulator.org/wiki/Dependencies for more information.
  15. * May also use xbuild (included in mono distributions)
  16. * May use Monodevelop, a cross-platform IDE
  17. From the distribution type:
  18. * ./runprebuild.sh
  19. * nant (or xbuild)
  20. * cd bin
  21. * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
  22. * run mono OpenSim.exe
  23. === Using Monodevelop ===
  24. From the distribution type:
  25. * ./runprebuild.sh
  26. * type monodevelop OpenSim.sln
  27. === References ===
  28. Helpful resources:
  29. * http://opensimulator.org/wiki/Build_Instructions