update readme

UbitUmarov [2024-04-10 18:16:06]
update readme
Filename
README.md
diff --git a/README.md b/README.md
index 6452acd..ef00cad 100644
--- a/README.md
+++ b/README.md
@@ -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.
ViewGit