aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorJeff Ames2009-08-04 09:46:43 +0900
committerJeff Ames2009-08-04 09:46:43 +0900
commit679cce61781dce1d6ab8e63f48803412ae035375 (patch)
tree9eae21e0c5f44b64522c98195fcd365cc76181e7 /README.txt
parentIf the FreeSwitch context is unset or "public", then accept any context. (diff)
downloadopensim-SC_OLD-679cce61781dce1d6ab8e63f48803412ae035375.zip
opensim-SC_OLD-679cce61781dce1d6ab8e63f48803412ae035375.tar.gz
opensim-SC_OLD-679cce61781dce1d6ab8e63f48803412ae035375.tar.bz2
opensim-SC_OLD-679cce61781dce1d6ab8e63f48803412ae035375.tar.xz
Minor: formatting changes.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index fc8bab0..cff2b0a 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
1Welcome to OpenSim! 1Welcome to OpenSim!
2 2
3Version 0.6.x 3Version 0.6.x
4 4
@@ -9,8 +9,8 @@ virtual worlds server platform capable of supporting multiple clients
9and servers in a heterogeneous grid structure. OpenSim is written in 9and servers in a heterogeneous grid structure. OpenSim is written in
10C#, and can run under Mono or the Microsoft .NET runtimes. 10C#, and can run under Mono or the Microsoft .NET runtimes.
11 11
12This is considered an alpha release. Some stuff works, a lot 12This is considered an alpha release. Some stuff works, a lot doesn't.
13doesn't. If it breaks, you get to keep *both* pieces. 13If it breaks, you get to keep *both* pieces.
14 14
15== Installation on Windows == 15== Installation on Windows ==
16 16
@@ -33,7 +33,7 @@ From the distribution type:
33 * ./runprebuild.sh 33 * ./runprebuild.sh
34 * nant 34 * nant
35 * cd bin 35 * cd bin
36 * mono ./OpenSim.exe 36 * mono ./OpenSim.exe
37 37
38See configuring OpenSim 38See configuring OpenSim
39 39
@@ -70,14 +70,14 @@ the OpenSim mantis system. You can find the OpenSim mantis system at
70 http://opensimulator.org/mantis/main_page.php 70 http://opensimulator.org/mantis/main_page.php
71 71
72If your bug has already been reported, you might want to add to the 72If your bug has already been reported, you might want to add to the
73bug description and supply additional information. 73bug description and supply additional information.
74 74
75If your bug has not been reported yet, file a bug report ("opening a 75If your bug has not been reported yet, file a bug report ("opening a
76mantis"). Useful information to include: 76mantis"). Useful information to include:
77 * description of what went wrong 77 * description of what went wrong
78 * stack trace 78 * stack trace
79 * OpenSim.log (attach as file) 79 * OpenSim.log (attach as file)
80 * OpenSim.ini (attach as file) 80 * OpenSim.ini (attach as file)
81 * if running under mono: run OpenSim.exe with the "--debug" flag: 81 * if running under mono: run OpenSim.exe with the "--debug" flag:
82 82
83 mono --debug OpenSim.exe 83 mono --debug OpenSim.exe