aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorMarck2011-03-23 08:35:39 +0100
committerMarck2011-03-23 08:35:39 +0100
commit9c979dd0fc468ec5b15bb9b3db2eae55db53c0bc (patch)
tree09e35fc580dbdfd0e239245f681d7d5bed1b6b96 /README.txt
parentAdd an initial confidence-building TestAddObject() for prim counts. (diff)
downloadopensim-SC_OLD-9c979dd0fc468ec5b15bb9b3db2eae55db53c0bc.zip
opensim-SC_OLD-9c979dd0fc468ec5b15bb9b3db2eae55db53c0bc.tar.gz
opensim-SC_OLD-9c979dd0fc468ec5b15bb9b3db2eae55db53c0bc.tar.bz2
opensim-SC_OLD-9c979dd0fc468ec5b15bb9b3db2eae55db53c0bc.tar.xz
Fix a typo in the SQLite DLL config and amend the instructions for running on Linux.
Under Linux (and probably also under OSX), the operating system must be able to find the new SQLite DLL in the library search path.
Diffstat (limited to '')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 391a659..8d925b5 100644
--- a/README.txt
+++ b/README.txt
@@ -44,7 +44,7 @@ for more information.
44To run OpenSim, from the unpacked distribution type: 44To run OpenSim, from the unpacked distribution type:
45 45
46 * cd bin 46 * cd bin
47 * mono OpenSim.exe 47 * LD_LIBRARY_PATH=. mono OpenSim.exe
48 48
49Now see the "Configuring OpenSim" section 49Now see the "Configuring OpenSim" section
50 50