Makefiles don’t work on macOS
SuperChamp234 opened this issue · 2 comments
SuperChamp234 commented
Describe the bug
Makefiles fail to work on macOS after #107. A libsdl2 error is raised.
To Reproduce
Steps to reproduce the behaviour:
0. Try this on macOS Sonoma
- Compile any code using Makefiles like
4_cv_basics/1_image_representation/Makefile
. - Get
main.cpp:28:10: fatal error: 'SDL2/SDL.h' file not found
Expected behavior
The file should have compiled successfully to give an executable.
Desktop (please complete the following information):
- OS: macOS
Ritika128 commented
I'll work on this issue
AryanNanda17 commented
@aPR0T0, you may also close this issue.