update readme

This commit is contained in:
UbitUmarov
2024-04-10 19:16:06 +01:00
parent 2c054c6445
commit ec70d968f6
+3 -3
View File
@@ -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.