Skip to content

Commit 0a0e075

Browse files
Update README.md
1 parent f3b915a commit 0a0e075

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ To run the simple test after make call
4343

4444
ctest
4545

46-
.
46+
**NOTE FOR OS X USERS**: I've heard of some issues compiling if you've installed
47+
command line tools, then XCode.app afterwards on Catalina (with bash). When compiling with
48+
```clang++```, the C++ header files aren't found. If you have this issue, exporting an environment
49+
variable, such as this,
50+
```export CXX=/usr/bin/clang++```, seems to be a workaround. If anybody has a better
51+
solution (aside from wiping out all build tools and reinstalling) please let
52+
me know.
4753

4854

4955
Thanks!

0 commit comments

Comments
 (0)