aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-11-08 21:13:05 +0000
committerJustin Clark-Casey (justincc)2013-11-08 21:13:05 +0000
commitea9e96dd50d22e5e1003b675c4148d59df7ec989 (patch)
treedaf3d96e219b1f4c91c105f738e0467350fb1a69 /README.md
parentminor: Make PID file example in Robust.HG.ini more meaningful as is now the c... (diff)
downloadopensim-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 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6309385..fb1e921 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ need to build OpenSim before running it.
19 19
20You will need .NET Framework 3.5 installed to run OpenSimulator. 20You will need .NET Framework 3.5 installed to run OpenSimulator.
21 21
22You will need .NET 4.0 installed to run OpenSimulator.
23
22We recommend that you run OpenSim from a command prompt on Windows in order 24We recommend that you run OpenSim from a command prompt on Windows in order
23to capture any errors. 25to 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
34You will need Mono >= 2.4.3 to run OpenSim. On some Linux distributions you 36You will need Mono >= 2.10.8.1 to run OpenSimulator. On some Linux distributions you
35may need to install additional packages. See http://opensimulator.org/wiki/Dependencies 37may need to install additional packages. See http://opensimulator.org/wiki/Dependencies
36for more information. 38for more information.
37 39