diff options
author | Jeff Ames | 2009-08-04 09:46:43 +0900 |
---|---|---|
committer | Jeff Ames | 2009-08-04 09:46:43 +0900 |
commit | 679cce61781dce1d6ab8e63f48803412ae035375 (patch) | |
tree | 9eae21e0c5f44b64522c98195fcd365cc76181e7 | |
parent | If the FreeSwitch context is unset or "public", then accept any context. (diff) | |
download | opensim-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.
-rw-r--r-- | README.txt | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,4 +1,4 @@ | |||
1 | Welcome to OpenSim! | 1 | Welcome to OpenSim! |
2 | 2 | ||
3 | Version 0.6.x | 3 | Version 0.6.x |
4 | 4 | ||
@@ -9,8 +9,8 @@ virtual worlds server platform capable of supporting multiple clients | |||
9 | and servers in a heterogeneous grid structure. OpenSim is written in | 9 | and servers in a heterogeneous grid structure. OpenSim is written in |
10 | C#, and can run under Mono or the Microsoft .NET runtimes. | 10 | C#, and can run under Mono or the Microsoft .NET runtimes. |
11 | 11 | ||
12 | This is considered an alpha release. Some stuff works, a lot | 12 | This is considered an alpha release. Some stuff works, a lot doesn't. |
13 | doesn't. If it breaks, you get to keep *both* pieces. | 13 | If 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 | ||
38 | See configuring OpenSim | 38 | See 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 | ||
72 | If your bug has already been reported, you might want to add to the | 72 | If your bug has already been reported, you might want to add to the |
73 | bug description and supply additional information. | 73 | bug description and supply additional information. |
74 | 74 | ||
75 | If your bug has not been reported yet, file a bug report ("opening a | 75 | If your bug has not been reported yet, file a bug report ("opening a |
76 | mantis"). Useful information to include: | 76 | mantis"). 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 |