1
0
Files
libcmo21/Assets/BMapBindings/BMapSharp/README.md

19 lines
785 B
Markdown
Raw Normal View History

# BMapSharp
2026-02-09 22:56:38 +08:00
## Layout
2026-02-09 22:56:38 +08:00
This directory contains 2 project.
`BMapSharp` is the binding to BMap and `BMapSharpTest` is the test for `BMapSharp`.
2026-02-09 22:56:38 +08:00
> [!NOTE]
> `BMapSharpTest` project do not utilize any existing test framework.
> The test should be executed manually by compiling it and running it.
2026-02-09 22:56:38 +08:00
## Native BMap Library Location
The native BMap library should be placed together with managed `BMapSharp` dynamic library.
The native BMap library must be named as `BMap.dll` (in Windows), `BMap.so` (in Linux or BSD), `BMap.dylib` (in macOS), or `BMap.bin` (in any other platforms).
If you are building final distributed package file (I have not build them yet), you may need manually put native BMap library file into package file because I have not write this behavior in any place.