Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jfellinger-bplus committed Mar 19, 2024
2 parents c2f1947 + bcc1b70 commit aec79b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ industry/automotive environments.
The C++ wrapper code is based on C++17 features, therefore it is recommended to use a compiler
which supports at least C++17, otherwise you may get compiler errors due to the C++ wrapper.

We always check builds with MSVC 2017 compiler (part of Windows SDK 1809).
We always check builds with MSVC 2017 compiler (part of [Windows SDK](https://developer.microsoft.com/de-de/windows/downloads/sdk-archive/) 1809).

It is also necessary to add the path to the main header of the bRAWcap C API to the include paths.
It is also necessary to add the path to the main header of the bRAWcap C API to the include path.
In case of our repository structure here this would be `sdk\c\include\`.

## Using
Expand Down

0 comments on commit aec79b0

Please sign in to comment.