Skip to content

Commit 10cabca

Browse files
authored
Update README.md (Added note for Win/OSX/WSL) (#11)
1 parent 2be78fc commit 10cabca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@ Adjust the cmake parameters dependent on your requirements.
6868

6969
The generated [Class documentation](https://pschatzmann.github.io/Arduino-Emulator/html/annotated.html).
7070

71+
## Usage notes
72+
73+
### Case-insensitive file systems (Windows, OSX, WSL)
74+
75+
To avoid conflicts between system `string.h` and Arduino’s string library `String.h`,
76+
just do not put `(include)/api` to include path. Put `(include)` and `(include)/api/deprecated` instead.
77+
This usual way to resolve this conflict in all Arduino cores.

0 commit comments

Comments
 (0)