Add some configuration hints and references to README.txt
parent
b297913e2b
commit
b3d6c85126
11
README.txt
11
README.txt
|
@ -13,11 +13,15 @@ If it breaks, you get to keep *both* pieces.
|
||||||
== Installation on Windows ==
|
== Installation on Windows ==
|
||||||
|
|
||||||
Prereqs:
|
Prereqs:
|
||||||
|
* runprebuild.bat
|
||||||
* Load OpenSim.sln into Visual Studio .NET and build the solution.
|
* Load OpenSim.sln into Visual Studio .NET and build the solution.
|
||||||
* chdir bin
|
* chdir bin
|
||||||
|
* edit OpenSim.ini and appropriate files in bin/config-include
|
||||||
* OpenSim.exe
|
* OpenSim.exe
|
||||||
|
|
||||||
|
Helpful resources:
|
||||||
|
* http://opensimulator.org/wiki/Build_Instructions
|
||||||
|
|
||||||
See configuring OpenSim
|
See configuring OpenSim
|
||||||
|
|
||||||
== Installation on Linux ==
|
== Installation on Linux ==
|
||||||
|
@ -31,11 +35,16 @@ From the distribution type:
|
||||||
* ./runprebuild.sh
|
* ./runprebuild.sh
|
||||||
* nant
|
* nant
|
||||||
* cd bin
|
* cd bin
|
||||||
|
* edit OpenSim.ini and appropriate files in bin/config-include
|
||||||
* mono ./OpenSim.exe
|
* mono ./OpenSim.exe
|
||||||
|
|
||||||
See configuring OpenSim
|
See configuring OpenSim
|
||||||
|
|
||||||
== Configuring OpenSim ==
|
== Configuring OpenSim ==
|
||||||
|
Helpful resources:
|
||||||
|
* http://opensimulator.org/wiki/Configuration
|
||||||
|
* http://opensimulator.org/wiki/Configuring_Regions
|
||||||
|
* http://opensimulator.org/wiki/Mysql-config
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Reference in New Issue