header syntax
parent
46af3a3d92
commit
4e2805496c
32
README.txt
32
README.txt
|
@ -1,8 +1,6 @@
|
||||||
Welcome to OpenSim!
|
Welcome to OpenSim!
|
||||||
|
|
||||||
==================
|
# Overview
|
||||||
==== Overview ====
|
|
||||||
==================
|
|
||||||
|
|
||||||
OpenSim is a BSD Licensed Open Source project to develop a functioning
|
OpenSim is a BSD Licensed Open Source project to develop a functioning
|
||||||
virtual worlds server platform capable of supporting multiple clients
|
virtual worlds server platform capable of supporting multiple clients
|
||||||
|
@ -12,16 +10,12 @@ C#, and can run under Mono or the Microsoft .NET runtimes.
|
||||||
This is considered an alpha release. Some stuff works, a lot doesn't.
|
This is considered an alpha release. Some stuff works, a lot doesn't.
|
||||||
If it breaks, you get to keep *both* pieces.
|
If it breaks, you get to keep *both* pieces.
|
||||||
|
|
||||||
=========================
|
# Compiling OpenSim
|
||||||
=== Compiling OpenSim ===
|
|
||||||
=========================
|
|
||||||
|
|
||||||
Please see BUILDING.txt if you downloaded a source distribution and
|
Please see BUILDING.txt if you downloaded a source distribution and
|
||||||
need to build OpenSim before running it.
|
need to build OpenSim before running it.
|
||||||
|
|
||||||
==================================
|
# Running OpenSim on Windows
|
||||||
=== Running OpenSim on Windows ===
|
|
||||||
==================================
|
|
||||||
|
|
||||||
We recommend that you run OpenSim from a command prompt on Windows in order
|
We recommend that you run OpenSim from a command prompt on Windows in order
|
||||||
to capture any errors.
|
to capture any errors.
|
||||||
|
@ -33,9 +27,7 @@ To run OpenSim from a command prompt
|
||||||
|
|
||||||
Now see the "Configuring OpenSim" section
|
Now see the "Configuring OpenSim" section
|
||||||
|
|
||||||
================================
|
# Running OpenSim on Linux
|
||||||
=== Running OpenSim on Linux ===
|
|
||||||
================================
|
|
||||||
|
|
||||||
You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you
|
You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you
|
||||||
may need to install additional packages. See http://opensimulator.org/wiki/Dependencies
|
may need to install additional packages. See http://opensimulator.org/wiki/Dependencies
|
||||||
|
@ -48,9 +40,7 @@ To run OpenSim, from the unpacked distribution type:
|
||||||
|
|
||||||
Now see the "Configuring OpenSim" section
|
Now see the "Configuring OpenSim" section
|
||||||
|
|
||||||
===========================
|
# Configuring OpenSim
|
||||||
=== Configuring OpenSim ===
|
|
||||||
===========================
|
|
||||||
|
|
||||||
When OpenSim starts for the first time, you will be prompted with a
|
When OpenSim starts for the first time, you will be prompted with a
|
||||||
series of questions that look something like:
|
series of questions that look something like:
|
||||||
|
@ -83,9 +73,7 @@ Helpful resources:
|
||||||
* http://opensimulator.org/wiki/Configuration
|
* http://opensimulator.org/wiki/Configuration
|
||||||
* http://opensimulator.org/wiki/Configuring_Regions
|
* http://opensimulator.org/wiki/Configuring_Regions
|
||||||
|
|
||||||
==================================
|
# Connecting to your OpenSim
|
||||||
=== Connecting to your OpenSim ===
|
|
||||||
==================================
|
|
||||||
|
|
||||||
By default your sim will be available for login on port 9000. You can login by
|
By default your sim will be available for login on port 9000. You can login by
|
||||||
adding -loginuri http://127.0.0.1:9000 to the command that starts Second Life
|
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)
|
||||||
To login, use the avatar details that you gave for your estate ownership or the
|
To login, use the avatar details that you gave for your estate ownership or the
|
||||||
one you set up using the "create user" command.
|
one you set up using the "create user" command.
|
||||||
|
|
||||||
===================
|
# Bug reports
|
||||||
=== Bug reports ===
|
|
||||||
===================
|
|
||||||
|
|
||||||
In the very likely event of bugs biting you (err, your OpenSim) we
|
In the very likely event of bugs biting you (err, your OpenSim) we
|
||||||
encourage you to see whether the problem has already been reported on
|
encourage you to see whether the problem has already been reported on
|
||||||
|
@ -119,9 +105,7 @@ mantis"). Useful information to include:
|
||||||
|
|
||||||
mono --debug OpenSim.exe
|
mono --debug OpenSim.exe
|
||||||
|
|
||||||
===================================
|
# More Information on OpenSim
|
||||||
=== More Information on OpenSim ===
|
|
||||||
===================================
|
|
||||||
|
|
||||||
More extensive information on building, running, and configuring
|
More extensive information on building, running, and configuring
|
||||||
OpenSim, as well as how to report bugs, and participate in the OpenSim
|
OpenSim, as well as how to report bugs, and participate in the OpenSim
|
||||||
|
|
Loading…
Reference in New Issue