aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-05-08 01:44:03 -0400
committerTeravus Ovares (Dan Olivares)2010-05-08 01:44:03 -0400
commita6e7bee75752d7b3a09b100bff39bb49642fa7b3 (patch)
treec843c0e9dbed5e2a7911c31e6ef8431c06d484d2 /README.txt
parentFixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f... (diff)
downloadopensim-SC_OLD-a6e7bee75752d7b3a09b100bff39bb49642fa7b3.zip
opensim-SC_OLD-a6e7bee75752d7b3a09b100bff39bb49642fa7b3.tar.gz
opensim-SC_OLD-a6e7bee75752d7b3a09b100bff39bb49642fa7b3.tar.bz2
opensim-SC_OLD-a6e7bee75752d7b3a09b100bff39bb49642fa7b3.tar.xz
More Git/panda integration Testing..
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index f1a71be..a4adf35 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
1Welcome to OpenSim! 1Welcome to OpenSim!
2 2
3== OVERVIEW == 3=== OVERVIEW ===
4 4
5OpenSim is a BSD Licensed Open Source project to develop a functioning 5OpenSim is a BSD Licensed Open Source project to develop a functioning
6virtual worlds server platform capable of supporting multiple clients 6virtual worlds server platform capable of supporting multiple clients
@@ -10,12 +10,12 @@ C#, and can run under Mono or the Microsoft .NET runtimes.
10This is considered an alpha release. Some stuff works, a lot doesn't. 10This is considered an alpha release. Some stuff works, a lot doesn't.
11If it breaks, you get to keep *both* pieces. 11If it breaks, you get to keep *both* pieces.
12 12
13== Compiling OpenSim == 13=== Compiling OpenSim ===
14 14
15Please see BUILDING.txt if you downloaded a source distribution and 15Please see BUILDING.txt if you downloaded a source distribution and
16need to build OpenSim before running it. 16need to build OpenSim before running it.
17 17
18== Running OpenSim on Windows == 18=== Running OpenSim on Windows ===
19 19
20We recommend that you run OpenSim from a command prompt on Windows in order 20We recommend that you run OpenSim from a command prompt on Windows in order
21to capture any errors, though you can also run it by double-clicking 21to 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
29Now see the "Configuring OpenSim" section 29Now see the "Configuring OpenSim" section
30 30
31== Running OpenSim on Linux == 31=== Running OpenSim on Linux ===
32 32
33You will need Mono >= 2.4.2 to run OpenSim. On some Linux distributions you 33You will need Mono >= 2.4.2 to run OpenSim. On some Linux distributions you
34may need to install additional packages. See http://opensimulator.org/wiki/Dependencies 34may 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
42Now see the "Configuring OpenSim" section 42Now see the "Configuring OpenSim" section
43 43
44== Configuring OpenSim == 44=== Configuring OpenSim ===
45 45
46When OpenSim starts for the first time, you will be prompted with a 46When OpenSim starts for the first time, you will be prompted with a
47series of questions that look something like: 47series 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
74By default your sim will be running on http://127.0.0.1:9000. To use 74By default your sim will be running on http://127.0.0.1:9000. To use
75your OpenSim add -loginuri http://127.0.0.1:9000 to your second life 75your OpenSim add -loginuri http://127.0.0.1:9000 to your second life
76client (running on the same machine as your OpenSim). To login, use the 76client (running on the same machine as your OpenSim). To login, use the
77same avatar details that you gave to the "create user" console command. 77same avatar details that you gave to the "create user" console command.
78 78
79== Bug reports == 79=== Bug reports ===
80 80
81In the likely event of bugs biting you (err, your OpenSim) we 81In the likely event of bugs biting you (err, your OpenSim) we
82encourage you to see whether the problem has already been reported on 82encourage 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
102More extensive information on building, running, and configuring 102More extensive information on building, running, and configuring
103OpenSim, as well as how to report bugs, and participate in the OpenSim 103OpenSim, as well as how to report bugs, and participate in the OpenSim