Skip to content

Commit

Permalink
README-windows: Notes on building with Visual Studio/LLVM.
Browse files Browse the repository at this point in the history
Fixes #5186.
  • Loading branch information
icculus committed Mar 26, 2022
1 parent 5acb4b7 commit 94ed6b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/README-windows.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Windows

## LLVM and Intel C++ compiler support

SDL will build with the Visual Studio project files with LLVM-based compilers, such as the Intel oneAPI C++
compiler, but you'll have to manually add the "-msse3" command line option
to at least the SDL_audiocvt.c source file, and possibly others. This may
not be necessary if you build SDL with CMake instead of the included Visual
Studio solution.

Details are here: https://github.com/libsdl-org/SDL/issues/5186


## OpenGL ES 2.x support

SDL has support for OpenGL ES 2.x under Windows via two alternative
Expand Down

0 comments on commit 94ed6b0

Please sign in to comment.