aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-13 15:49:59 +0000
committerJustin Clark-Casey (justincc)2009-11-13 15:49:59 +0000
commit8333b2a13893e242817fe0e7bad66cc3078bfedc (patch)
tree3aa7b9fa6e42e94cbbfefbf99f0d8bddd93cd46d /README.txt
parentSome corrections to PrimitiveBaseShape.ToOmvPrimitive() (diff)
downloadopensim-SC_OLD-8333b2a13893e242817fe0e7bad66cc3078bfedc.zip
opensim-SC_OLD-8333b2a13893e242817fe0e7bad66cc3078bfedc.tar.gz
opensim-SC_OLD-8333b2a13893e242817fe0e7bad66cc3078bfedc.tar.bz2
opensim-SC_OLD-8333b2a13893e242817fe0e7bad66cc3078bfedc.tar.xz
minor: amend readme - nant 0.86 beta 1 is required for .NET building, but 0.85 still works for mono
various distros (including ubuntu 9.10) still ship 0.85
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 3a87fe2..d276c6e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,5 @@
1Welcome to OpenSim! 1Welcome to OpenSim!
2 2
3Version 0.6.x
4
5== OVERVIEW == 3== OVERVIEW ==
6 4
7OpenSim is a BSD Licensed Open Source project to develop a functioning 5OpenSim is a BSD Licensed Open Source project to develop a functioning
@@ -26,8 +24,8 @@ See configuring OpenSim
26 24
27Prereqs: 25Prereqs:
28 * Mono >= 2.4.2 26 * Mono >= 2.4.2
29 * Nant >= 0.86beta 27 * Nant >= 0.86 beta 1 (if building with the .NET framework on Windows), 0.85 (if building with the mono framework)
30 * sqlite3 or mysql 5.x (you'll need a back end database) 28 * sqlite3 or mysql 5.x (you'll need a backend database)
31 29
32From the distribution type: 30From the distribution type:
33 * ./runprebuild.sh 31 * ./runprebuild.sh
@@ -89,4 +87,3 @@ OpenSim, as well as how to report bugs, and participate in the OpenSim
89project can always be found at http://opensimulator.org. 87project can always be found at http://opensimulator.org.
90 88
91Thanks for trying OpenSim, we hope it is a pleasant experience. 89Thanks for trying OpenSim, we hope it is a pleasant experience.
92