-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<SDL2/SDL.h> and other header files missing #7
Comments
Are you on Windows or Linux? |
I am on Windows 64 bit. I've followed the instructions to install SDL2 from this page: https://docs.littlevgl.com/en/html/get-started/pc-simulator.html#install-sdl-2 After looking at things further, it seems my installation of MinGW is a little different than what the above link. I went to this page: http://mingw-w64.org/doku.php/download |
I use linux, no ideas how to install sdl2 for win. About |
@Chronic788 On Windows it's usually easiest to use the Visual Studio or CodeBlocks projects instead. They don't depend on an external library like SDL and thus are easier to set up. |
I've resolved my problem by switching to Linux |
When I cloned the source code and followed the instructions to build using VSCode (found here: https://github.com/littlevgl/lv_platformio) I found that these header files are missing:
The text was updated successfully, but these errors were encountered: