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
parent
b34743e5fe
commit
9c979dd0fc
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue