diff options
author | Justin Clark-Casey (justincc) | 2013-11-08 21:13:05 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-11-08 21:13:05 +0000 |
commit | ea9e96dd50d22e5e1003b675c4148d59df7ec989 (patch) | |
tree | daf3d96e219b1f4c91c105f738e0467350fb1a69 /README.md | |
parent | minor: Make PID file example in Robust.HG.ini more meaningful as is now the c... (diff) | |
download | opensim-SC-ea9e96dd50d22e5e1003b675c4148d59df7ec989.zip opensim-SC-ea9e96dd50d22e5e1003b675c4148d59df7ec989.tar.gz opensim-SC-ea9e96dd50d22e5e1003b675c4148d59df7ec989.tar.bz2 opensim-SC-ea9e96dd50d22e5e1003b675c4148d59df7ec989.tar.xz |
Update OpenSimulator to use .NET 4.0
This allows region modules to register script functions that have more than a couple of arguments.
It also allows OpenSimulator code to use the feature and syntax additions that came with .NET 4.0
Windows users will need to install Microsoft .NET 4 framework if they have not done so already.
Windows C# Express 2010 also becomes the minimum IDE for build, so runprebuild.bat now generates a 2010 solution and runprebuild2010.bat goes away
Official minimum mono version becomes 2.10.8.1. OpenSimulator will probably work with 2.8 later but this is not guaranteed.
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,6 +19,8 @@ need to build OpenSim before running it. | |||
19 | 19 | ||
20 | You will need .NET Framework 3.5 installed to run OpenSimulator. | 20 | You will need .NET Framework 3.5 installed to run OpenSimulator. |
21 | 21 | ||
22 | You will need .NET 4.0 installed to run OpenSimulator. | ||
23 | |||
22 | We recommend that you run OpenSim from a command prompt on Windows in order | 24 | We recommend that you run OpenSim from a command prompt on Windows in order |
23 | to capture any errors. | 25 | to capture any errors. |
24 | 26 | ||
@@ -31,7 +33,7 @@ Now see the "Configuring OpenSim" section | |||
31 | 33 | ||
32 | # Running OpenSim on Linux | 34 | # Running OpenSim on Linux |
33 | 35 | ||
34 | You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you | 36 | You will need Mono >= 2.10.8.1 to run OpenSimulator. On some Linux distributions you |
35 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies | 37 | may need to install additional packages. See http://opensimulator.org/wiki/Dependencies |
36 | for more information. | 38 | for more information. |
37 | 39 | ||