Skip to content

Commit 5d52eef

Browse files
authored
Update README.md
1 parent 6331bcc commit 5d52eef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Header-only C++ helper library that provides small, cross-platform utilities and a centrally maintained **Version** struct shared by the *cpp-bindings-linux*, *cpp-bindings-windows* and *cpp-bindings-macos* repositories.
44

5-
> ⚠️ **Note for FFI users**: This repository contains **headers only**.
6-
> To obtain a working native library (SO / DLL / dylib) build one of the platform-specific projects instead:
7-
> • Windows → [cpp-bindings-windows](https://github.com/Serial-IO/cpp-bindings-windows)
8-
> • Linux → [cpp-bindings-linux](https://github.com/Serial-IO/cpp-bindings-linux)
5+
> [!NOTE]
6+
>
7+
> This repository contains **headers only**. To obtain a working native library (SO / DLL / dylib) build one of the platform-specific projects instead:
8+
> - [C++ bindings (Windows)](https://github.com/Serial-IO/cpp-bindings-windows)
9+
> - [C++ bindings (Linux)](https://github.com/Serial-IO/cpp-bindings-linux)
10+
>
911
> These repositories compile *cpp-core* for you and provide the ready-to-use shared library.
1012
1113
## Documentation

0 commit comments

Comments
 (0)