diff options
author | UbitUmarov | 2018-11-19 11:04:38 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-19 11:04:38 +0000 |
commit | cea34f706510d287b4d11aaa4160cba59688c405 (patch) | |
tree | b46748709683b778d4ec7a10ab65e78b1fd1b34d | |
parent | another change to building.md (diff) | |
download | opensim-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.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 | ||
20 | You will need .NET 4.0 installed to run OpenSimulator. | 20 | You will need .NET 4.0 for versions up to 0.9.0.1 and .NET 4.6 for others. |
21 | 21 | ||
22 | We recommend that you run OpenSim from a command prompt on Windows in order | 22 | We recommend that you run OpenSim from a command prompt on Windows in order |
23 | to capture any errors. | 23 | to capture any errors. |
@@ -25,20 +25,22 @@ to capture any errors. | |||
25 | To run OpenSim from a command prompt | 25 | To 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 | ||
30 | Now see the "Configuring OpenSim" section | 31 | Now see the "Configuring OpenSim" section |
31 | 32 | ||
32 | # Running OpenSim on Linux | 33 | # Running OpenSim on Linux |
33 | 34 | ||
34 | You will need Mono >= 2.10.8.1 to run OpenSimulator. On some Linux distributions you | 35 | You 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 |
35 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies | 36 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies |
36 | for more information. | 37 | for more information. |
37 | 38 | ||
38 | To run OpenSim, from the unpacked distribution type: | 39 | To 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 | ||
43 | Now see the "Configuring OpenSim" section | 45 | Now see the "Configuring OpenSim" section |
44 | 46 | ||