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.
0.7.1-dev
Marck 2011-03-23 08:35:39 +01:00
parent b34743e5fe
commit 9c979dd0fc
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ for more information.
To run OpenSim, from the unpacked distribution type:
* cd bin
* mono OpenSim.exe
* LD_LIBRARY_PATH=. mono OpenSim.exe
Now see the "Configuring OpenSim" section

View File

@ -1,4 +1,4 @@
<configureation>
<configuration>
<dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="libsqlite3_64.so" />
<dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="libsqlite3_32.so" />
</configuration>