diff options
author | SignpostMarv | 2012-09-06 12:42:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-08 00:02:26 +0100 |
commit | 4e2805496cfbdb07e0bada2f9e36fcea0989c60d (patch) | |
tree | 9ee04fe4e4550ce094714c5de3bcf00cae700ac0 | |
parent | casing (diff) | |
download | opensim-SC-4e2805496cfbdb07e0bada2f9e36fcea0989c60d.zip opensim-SC-4e2805496cfbdb07e0bada2f9e36fcea0989c60d.tar.gz opensim-SC-4e2805496cfbdb07e0bada2f9e36fcea0989c60d.tar.bz2 opensim-SC-4e2805496cfbdb07e0bada2f9e36fcea0989c60d.tar.xz |
header syntax
-rw-r--r-- | README.txt | 32 |
1 files changed, 8 insertions, 24 deletions
@@ -1,8 +1,6 @@ | |||
1 | Welcome to OpenSim! | 1 | Welcome to OpenSim! |
2 | 2 | ||
3 | ================== | 3 | # Overview |
4 | ==== Overview ==== | ||
5 | ================== | ||
6 | 4 | ||
7 | 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 |
8 | virtual worlds server platform capable of supporting multiple clients | 6 | virtual worlds server platform capable of supporting multiple clients |
@@ -12,16 +10,12 @@ C#, and can run under Mono or the Microsoft .NET runtimes. | |||
12 | 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. |
13 | If it breaks, you get to keep *both* pieces. | 11 | If it breaks, you get to keep *both* pieces. |
14 | 12 | ||
15 | ========================= | 13 | # Compiling OpenSim |
16 | === Compiling OpenSim === | ||
17 | ========================= | ||
18 | 14 | ||
19 | Please see BUILDING.txt if you downloaded a source distribution and | 15 | Please see BUILDING.txt if you downloaded a source distribution and |
20 | need to build OpenSim before running it. | 16 | need to build OpenSim before running it. |
21 | 17 | ||
22 | ================================== | 18 | # Running OpenSim on Windows |
23 | === Running OpenSim on Windows === | ||
24 | ================================== | ||
25 | 19 | ||
26 | 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 |
27 | to capture any errors. | 21 | to capture any errors. |
@@ -33,9 +27,7 @@ To run OpenSim from a command prompt | |||
33 | 27 | ||
34 | Now see the "Configuring OpenSim" section | 28 | Now see the "Configuring OpenSim" section |
35 | 29 | ||
36 | ================================ | 30 | # Running OpenSim on Linux |
37 | === Running OpenSim on Linux === | ||
38 | ================================ | ||
39 | 31 | ||
40 | You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you | 32 | You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you |
41 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies | 33 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies |
@@ -48,9 +40,7 @@ To run OpenSim, from the unpacked distribution type: | |||
48 | 40 | ||
49 | Now see the "Configuring OpenSim" section | 41 | Now see the "Configuring OpenSim" section |
50 | 42 | ||
51 | =========================== | 43 | # Configuring OpenSim |
52 | === Configuring OpenSim === | ||
53 | =========================== | ||
54 | 44 | ||
55 | When OpenSim starts for the first time, you will be prompted with a | 45 | When OpenSim starts for the first time, you will be prompted with a |
56 | series of questions that look something like: | 46 | series of questions that look something like: |
@@ -83,9 +73,7 @@ Helpful resources: | |||
83 | * http://opensimulator.org/wiki/Configuration | 73 | * http://opensimulator.org/wiki/Configuration |
84 | * http://opensimulator.org/wiki/Configuring_Regions | 74 | * http://opensimulator.org/wiki/Configuring_Regions |
85 | 75 | ||
86 | ================================== | 76 | # Connecting to your OpenSim |
87 | === Connecting to your OpenSim === | ||
88 | ================================== | ||
89 | 77 | ||
90 | By default your sim will be available for login on port 9000. You can login by | 78 | By default your sim will be available for login on port 9000. You can login by |
91 | adding -loginuri http://127.0.0.1:9000 to the command that starts Second Life | 79 | adding -loginuri http://127.0.0.1:9000 to the command that starts Second Life |
@@ -96,9 +84,7 @@ http://192.168.1.2:9000) | |||
96 | To login, use the avatar details that you gave for your estate ownership or the | 84 | To login, use the avatar details that you gave for your estate ownership or the |
97 | one you set up using the "create user" command. | 85 | one you set up using the "create user" command. |
98 | 86 | ||
99 | =================== | 87 | # Bug reports |
100 | === Bug reports === | ||
101 | =================== | ||
102 | 88 | ||
103 | In the very likely event of bugs biting you (err, your OpenSim) we | 89 | In the very likely event of bugs biting you (err, your OpenSim) we |
104 | encourage you to see whether the problem has already been reported on | 90 | encourage you to see whether the problem has already been reported on |
@@ -119,9 +105,7 @@ mantis"). Useful information to include: | |||
119 | 105 | ||
120 | mono --debug OpenSim.exe | 106 | mono --debug OpenSim.exe |
121 | 107 | ||
122 | =================================== | 108 | # More Information on OpenSim |
123 | === More Information on OpenSim === | ||
124 | =================================== | ||
125 | 109 | ||
126 | More extensive information on building, running, and configuring | 110 | More extensive information on building, running, and configuring |
127 | OpenSim, as well as how to report bugs, and participate in the OpenSim | 111 | OpenSim, as well as how to report bugs, and participate in the OpenSim |