mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user