From ec70d968f64cb35f2bba0bb95ab414de118aa567 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 10 Apr 2024 19:16:06 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6452acd1..ef00cadb 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.