BUILDING.txt 773 B

123456789101112131415161718192021222324252627282930
  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.2
  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. From the distribution type:
  16. * ./runprebuild.sh
  17. * nant
  18. * cd bin
  19. * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
  20. * run mono OpenSim.exe
  21. === References ===
  22. Helpful resources:
  23. * http://opensimulator.org/wiki/Build_Instructions