Add note on SDL2.

This commit is contained in:
Syoyo Fujita
2024-08-04 04:41:49 +09:00
parent 5aacc54416
commit 98f6af46c8

View File

@@ -13,6 +13,13 @@ W.I.P.
* external library imgui_sdl requires C++14
* cmake
* X11 related package(Linux only)
* SDL2
## Setup
You may use system installed SDL2, but we recommend to build SDL2 from source codes.
Please download SDL2 source package and unpack it to ../common/
See ../common/README.sdl2 for details.
## Build