Skip to content

Commit 8228f79

Browse files
authored
Doc/compatibility (#2)
* debugging ci * attempt fixing ci * coverage flags * more debugging * why no running * remove install * matrix workflow * filter coverage * ignore unused error * add compatibility seciton
1 parent 3a650b9 commit 8228f79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ To ensure your control unit is supported, please refer to the [Micro Epsilon man
1313
- Configurable read rate
1414
- Simple and easy-to-use API
1515

16+
## Compatibility
17+
18+
The code is compatible with C++11 and later versions. It has been tested on Linux systems and may need modifications to work on other platforms such as Windows or macOS. More specifically, the socket connection code may need to be adapted for non-POSIX system, but that should be as simple as including the correct headers and using the correct socket functions.
19+
20+
The CI tests are running on Ubuntu 22.04 and 24.04, but the code has also been compiled and executed on ubuntu 18.04.
21+
1622
## Installation
1723

1824
1. Clone the repository:

0 commit comments

Comments
 (0)