update readme

This commit is contained in:
2023-12-29 16:24:28 +01:00
parent b9efe93baf
commit 82a7ca5151

View File

@@ -18,4 +18,10 @@ to solve the problem
3. Hardware Version 3 3. Hardware Version 3
Based on STM32F07 Based on STM32F07
user need to be in group uucp user need to be in group uucp
required packages (watch CMakeLists): boost, asio, fmt
to build:
$ mkdir build && cd build
$ cmake ../rennbahnc
$ make .