diff options
-rw-r--r-- | README.txt | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ | |||
1 | Welcome to OpenSim! | 1 | Welcome to OpenSim! |
2 | 2 | ||
3 | == OVERVIEW == | 3 | === OVERVIEW === |
4 | 4 | ||
5 | OpenSim is a BSD Licensed Open Source project to develop a functioning | 5 | OpenSim is a BSD Licensed Open Source project to develop a functioning |
6 | virtual worlds server platform capable of supporting multiple clients | 6 | virtual worlds server platform capable of supporting multiple clients |
@@ -10,12 +10,12 @@ C#, and can run under Mono or the Microsoft .NET runtimes. | |||
10 | This is considered an alpha release. Some stuff works, a lot doesn't. | 10 | This is considered an alpha release. Some stuff works, a lot doesn't. |
11 | If it breaks, you get to keep *both* pieces. | 11 | If it breaks, you get to keep *both* pieces. |
12 | 12 | ||
13 | == Compiling OpenSim == | 13 | === Compiling OpenSim === |
14 | 14 | ||
15 | Please see BUILDING.txt if you downloaded a source distribution and | 15 | Please see BUILDING.txt if you downloaded a source distribution and |
16 | need to build OpenSim before running it. | 16 | need to build OpenSim before running it. |
17 | 17 | ||
18 | == Running OpenSim on Windows == | 18 | === Running OpenSim on Windows === |
19 | 19 | ||
20 | We recommend that you run OpenSim from a command prompt on Windows in order | 20 | We recommend that you run OpenSim from a command prompt on Windows in order |
21 | to capture any errors, though you can also run it by double-clicking | 21 | to capture any errors, though you can also run it by double-clicking |
@@ -28,7 +28,7 @@ To run OpenSim from a command prompt | |||
28 | 28 | ||
29 | Now see the "Configuring OpenSim" section | 29 | Now see the "Configuring OpenSim" section |
30 | 30 | ||
31 | == Running OpenSim on Linux == | 31 | === Running OpenSim on Linux === |
32 | 32 | ||
33 | You will need Mono >= 2.4.2 to run OpenSim. On some Linux distributions you | 33 | You will need Mono >= 2.4.2 to run OpenSim. On some Linux distributions you |
34 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies | 34 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies |
@@ -41,7 +41,7 @@ To run OpenSim, from the unpacked distribution type: | |||
41 | 41 | ||
42 | Now see the "Configuring OpenSim" section | 42 | Now see the "Configuring OpenSim" section |
43 | 43 | ||
44 | == Configuring OpenSim == | 44 | === Configuring OpenSim === |
45 | 45 | ||
46 | When OpenSim starts for the first time, you will be prompted with a | 46 | When OpenSim starts for the first time, you will be prompted with a |
47 | series of questions that look something like: | 47 | series of questions that look something like: |
@@ -69,14 +69,14 @@ Helpful resources: | |||
69 | * http://opensimulator.org/wiki/Configuring_Regions | 69 | * http://opensimulator.org/wiki/Configuring_Regions |
70 | * http://opensimulator.org/wiki/Mysql-config | 70 | * http://opensimulator.org/wiki/Mysql-config |
71 | 71 | ||
72 | == Connecting to your OpenSim == | 72 | === Connecting to your OpenSim === |
73 | 73 | ||
74 | By default your sim will be running on http://127.0.0.1:9000. To use | 74 | By default your sim will be running on http://127.0.0.1:9000. To use |
75 | your OpenSim add -loginuri http://127.0.0.1:9000 to your second life | 75 | your OpenSim add -loginuri http://127.0.0.1:9000 to your second life |
76 | client (running on the same machine as your OpenSim). To login, use the | 76 | client (running on the same machine as your OpenSim). To login, use the |
77 | same avatar details that you gave to the "create user" console command. | 77 | same avatar details that you gave to the "create user" console command. |
78 | 78 | ||
79 | == Bug reports == | 79 | === Bug reports === |
80 | 80 | ||
81 | In the likely event of bugs biting you (err, your OpenSim) we | 81 | In the likely event of bugs biting you (err, your OpenSim) we |
82 | encourage you to see whether the problem has already been reported on | 82 | encourage you to see whether the problem has already been reported on |
@@ -97,7 +97,7 @@ mantis"). Useful information to include: | |||
97 | 97 | ||
98 | mono --debug OpenSim.exe | 98 | mono --debug OpenSim.exe |
99 | 99 | ||
100 | == More Information on OpenSim == | 100 | === More Information on OpenSim === |
101 | 101 | ||
102 | More extensive information on building, running, and configuring | 102 | More extensive information on building, running, and configuring |
103 | OpenSim, as well as how to report bugs, and participate in the OpenSim | 103 | OpenSim, as well as how to report bugs, and participate in the OpenSim |