Skip to content

Commit

Permalink
Updating the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PLeVasseur committed Jul 2, 2024
1 parent 8cddc38 commit df44de9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion vsomeip-sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,14 @@ If you are running a Linux-based OS running x86_64, it's possible these look lik
```
GENERIC_CPP_STDLIB_PATH = /usr/include/c++/11
ARCH_SPECIFIC_CPP_STDLIB_PATH=/usr/include/x86_64-linux-gnu/c++/11
```
```

## Supplying your own vsomeip includes

You may modify the build command above to include setting the environment variable:

```
VSOMEIP_INCLUDE_PATH=<path/to/vsomeip/include>
```

`VSOMEIP_INCLUDE_PATH` must point to the folder which has the `vsomeip` folder within it containing the vsomeip includes.

0 comments on commit df44de9

Please sign in to comment.