mirror of
git://opensimulator.org/git/opensim-libs
synced 2026-08-14 00:58:00 +00:00
update readme
This commit is contained in:
@@ -6,10 +6,10 @@ OpenSim checks out with most of these libs precompiled in the bin folder.
|
||||
|
||||
In the case of managed code, these will be .dll assemblies compiled to run on dotnet platform.
|
||||
|
||||
In the case of unmanaged (native) code, like C/C++ libs with, most native libraries will be placed in folder bin/lib64.
|
||||
Since 0.9.3.0 32bit is no longer supported, so folder bin/lib32 alternative place was removed.
|
||||
In the case of unmanaged (native) code, like C/C++ libs, most of these are placed in folder bin/lib64.
|
||||
(Since 0.9.3.0 32bit is no longer supported, so folder bin/lib32 alternative place was removed).
|
||||
|
||||
Most opensim project will need proper load code and a corresponding projectName.dll.config file setup so the runtime can load the correct native library for the runtime platform and cpu
|
||||
Most opensim project will need proper load code (based on DllmapConfigHelper for dotnet 6) and a corresponding projectName.dll.config file setup so the runtime can load the correct native library for the runtime platform and cpu
|
||||
|
||||
see for example `bin/OpenMetaverse.dll.config` on opensim source.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user