aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2018-11-19 11:04:38 +0000
committerUbitUmarov2018-11-19 11:04:38 +0000
commitcea34f706510d287b4d11aaa4160cba59688c405 (patch)
treeb46748709683b778d4ec7a10ab65e78b1fd1b34d
parentanother change to building.md (diff)
downloadopensim-SC-cea34f706510d287b4d11aaa4160cba59688c405.zip
opensim-SC-cea34f706510d287b4d11aaa4160cba59688c405.tar.gz
opensim-SC-cea34f706510d287b4d11aaa4160cba59688c405.tar.bz2
opensim-SC-cea34f706510d287b4d11aaa4160cba59688c405.tar.xz
a few changes to README.md
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2aea328..f4a2f1b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ need to build OpenSim before running it.
17 17
18# Running OpenSim on Windows 18# Running OpenSim on Windows
19 19
20You will need .NET 4.0 installed to run OpenSimulator. 20You will need .NET 4.0 for versions up to 0.9.0.1 and .NET 4.6 for others.
21 21
22We recommend that you run OpenSim from a command prompt on Windows in order 22We recommend that you run OpenSim from a command prompt on Windows in order
23to capture any errors. 23to capture any errors.
@@ -25,20 +25,22 @@ to capture any errors.
25To run OpenSim from a command prompt 25To run OpenSim from a command prompt
26 26
27 * cd to the bin/ directory where you unpacked OpenSim 27 * cd to the bin/ directory where you unpacked OpenSim
28 * run OpenSim.exe 28 * review and change configuration files (.ini) for your needs
29 * run OpenSim.exe or opensim32.exe for small regions
29 30
30Now see the "Configuring OpenSim" section 31Now see the "Configuring OpenSim" section
31 32
32# Running OpenSim on Linux 33# Running OpenSim on Linux
33 34
34You will need Mono >= 2.10.8.1 to run OpenSimulator. On some Linux distributions you 35You will need Mono >= 2.10.8.1 upt to version 0.9.0.1 and mono > 5.0 on others. On some Linux distributions you
35may need to install additional packages. See http://opensimulator.org/wiki/Dependencies 36may need to install additional packages. See http://opensimulator.org/wiki/Dependencies
36for more information. 37for more information.
37 38
38To run OpenSim, from the unpacked distribution type: 39To run OpenSim, from the unpacked distribution type:
39 40
40 * cd bin 41 * cd bin
41 * mono OpenSim.exe 42 * review and change configuration files (.ini) for your needs
43 * run ./opensim.sh
42 44
43Now see the "Configuring OpenSim" section 45Now see the "Configuring OpenSim" section
44 46