We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b915a commit 0a0e075Copy full SHA for 0a0e075
README.md
@@ -43,7 +43,13 @@ To run the simple test after make call
43
44
ctest
45
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.
53
54
55
Thanks!
0 commit comments