diff options
author | John Hurliman | 2010-01-12 10:27:21 -0800 |
---|---|---|
committer | John Hurliman | 2010-01-12 10:27:21 -0800 |
commit | a8b1a57cd11facdf2c5c583cfa766a44fe5f99c5 (patch) | |
tree | bf12b759e693d6b99494dfa19fb23e13488dd977 /README.txt | |
parent | Bug in llGetNumberOfPrims always returns to script when no clients are connec... (diff) | |
parent | Add the option to reject duplicate region names (diff) | |
download | opensim-SC_OLD-a8b1a57cd11facdf2c5c583cfa766a44fe5f99c5.zip opensim-SC_OLD-a8b1a57cd11facdf2c5c583cfa766a44fe5f99c5.tar.gz opensim-SC_OLD-a8b1a57cd11facdf2c5c583cfa766a44fe5f99c5.tar.bz2 opensim-SC_OLD-a8b1a57cd11facdf2c5c583cfa766a44fe5f99c5.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -13,10 +13,14 @@ If it breaks, you get to keep *both* pieces. | |||
13 | == Installation on Windows == | 13 | == Installation on Windows == |
14 | 14 | ||
15 | Prereqs: | 15 | Prereqs: |
16 | 16 | * runprebuild.bat | |
17 | * Load OpenSim.sln into Visual Studio .NET and build the solution. | 17 | * Load OpenSim.sln into Visual Studio .NET and build the solution. |
18 | * chdir bin | 18 | * chdir bin |
19 | * edit OpenSim.ini and appropriate files in bin/config-include | ||
19 | * OpenSim.exe | 20 | * OpenSim.exe |
21 | |||
22 | Helpful resources: | ||
23 | * http://opensimulator.org/wiki/Build_Instructions | ||
20 | 24 | ||
21 | See configuring OpenSim | 25 | See configuring OpenSim |
22 | 26 | ||
@@ -31,11 +35,16 @@ From the distribution type: | |||
31 | * ./runprebuild.sh | 35 | * ./runprebuild.sh |
32 | * nant | 36 | * nant |
33 | * cd bin | 37 | * cd bin |
38 | * edit OpenSim.ini and appropriate files in bin/config-include | ||
34 | * mono ./OpenSim.exe | 39 | * mono ./OpenSim.exe |
35 | 40 | ||
36 | See configuring OpenSim | 41 | See configuring OpenSim |
37 | 42 | ||
38 | == Configuring OpenSim == | 43 | == Configuring OpenSim == |
44 | Helpful resources: | ||
45 | * http://opensimulator.org/wiki/Configuration | ||
46 | * http://opensimulator.org/wiki/Configuring_Regions | ||
47 | * http://opensimulator.org/wiki/Mysql-config | ||
39 | 48 | ||
40 | When OpenSim starts for the first time, you will be prompted with a | 49 | When OpenSim starts for the first time, you will be prompted with a |
41 | series of questions that look something like: | 50 | series of questions that look something like: |