README.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Build Instructions
  2. === Microsoft Visual Studio 2005 Sandbox Build ===
  3. * Check out the trunk code
  4. * Build the /OpenSim.sln solution
  5. * open cmd window, go to /bin and launch
  6. OpenSim.exe -sandbox -loginserver
  7. * open another cmd window, locate the secondlife executable
  8. (In something like C:\Program Files\SecondLife )
  9. * run the viewer with
  10. secondlife.exe -loginuri http://localhost:8080/
  11. * Have fun with your own sandbox!
  12. == Linux/mono sandbox build ==
  13. * check out the trunk code
  14. * ensure you have nant (http://nant.sf.net) installed
  15. * cd to the trunk root directory and type "nant"
  16. * cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver"
  17. === Prebuild ===
  18. We use Prebuild to generate vs2005 solutions and nant build scripts.
  19. The Prebuild master project is /prebuild.xml
  20. To build it with vs2005 :
  21. * build the solution /Prebuild/Prebuild.sln
  22. To build it with nant :
  23. * cd to /Prebuild/
  24. * type 'nant'
  25. After you've built it, it will land in the root /bin/ directory,
  26. When adding or changing projects, modify the prebuild.xml and then execute
  27. bin/Prebuild.exe /target {target}
  28. where target is either
  29. vs2005 - to generate new vs2005 solutions and projects
  30. nant - to generate new nant build scripts
  31. Remember to run prebuild whenever you've added or removed files as well.
  32. === Local Set up of OGS config ===
  33. **NOTE: At the moment OGS is non-functionable, so this won't work **NOTE
  34. * start up bin/OpenGridServices.GridServer.exe (listens on http://localhost:8001/gridserver)
  35. * just press enter to keep the defaults
  36. * start up bin/OpenGridServices.UserServer.exe (listens on http://localhost:8002/userserver)
  37. * just press enter to keep the defaults
  38. * start up bin/OpenSim.exe ( listens for udp on port 9000 )
  39. * just press enter to keep the defaults
  40. * start the secondlife viewer with -loginuri http://localhost:8080/