From a2f8f58f7d71c9f7307938574d24822f41ab1e7b Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Tue, 27 May 2008 08:21:59 +0000 Subject: I'm dropping the ISimChat interface as that has now been replaced by EventManager events. also, i've added instructions to README.txt about running runprebuild.sh and on how to report bugs. plus some minor fixes (dropping m_log statement left over from debugging llOwnerSay, nicer catch of exception in IRCBridgeModule --- README.txt | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 6a3acf2..18c9a04 100644 --- a/README.txt +++ b/README.txt @@ -25,14 +25,15 @@ See configuring OpenSim == Installation on Linux == Prereqs: - * Mono >= 1.2.3.1 + * Mono >= 1.2.3.1 (>= 1.9 preferable) * Nant >= 0.85 * sqlite3 From the distribution type: + * ./runprebuild.sh * nant * cd bin - * mono ./OpenSim.exe + * mono ./OpenSim.exe See configuring OpenSim @@ -60,10 +61,31 @@ By default your sim will be running on http://127.0.0.1:9000. To use your OpenSim add -loginuri http://127.0.0.1:9000 to your second life client (running on the same machine as your OpenSim). +== Bug reports == + +In the likely event of bugs biting you (err, your OpenSim) we +encourage you to see whether the problem has already been reported on +the OpenSim mantis system. You can find the OpenSim mantis system at + + http://opensimulator.org/mantis/main_page.php + +If your bug has already been reported, you might want to add to the +bug description and supply additional information. + +If your bug has not been reported yet, file a bug report ("opening a +mantis"). Useful information to include: + * description of what went wrong + * stack trace + * OpenSim.log (attach as file) + * OpenSim.ini (attach as file) + * if running under mono: run OpenSim.exe with the "--debug" flag: + + mono --debug OpenSim.exe + == More Information on OpenSim == More extensive information on building, running, and configuring OpenSim, as well as how to report bugs, and participate in the OpenSim project can always be found at http://opensimulator.org. -Thanks for trying OpenSim, we hope it was a pleasant experience. +Thanks for trying OpenSim, we hope it is a pleasant experience. -- cgit v1.1