From 209089a59418b33bf8a4c3ee0eb04978e32e6752 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 11 Jan 2018 15:15:11 -0500 Subject: [PATCH] Clarify needed library. --- sdl2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2/README.md b/sdl2/README.md index 26384e33..70e6e0d2 100644 --- a/sdl2/README.md +++ b/sdl2/README.md @@ -18,7 +18,7 @@ Building - The makefile recognizes the optional PDCURSES_SRCDIR environment variable, and the option "DEBUG=Y", as with the console ports. "WIDE=Y" builds a version that not only uses 16-bit Unicode - characters, but depends on the SDL_ttf library, instead of using + characters, but depends on the SDL2_ttf library, instead of using simple bitmap fonts. "UTF8=Y" makes PDCurses ignore the system locale, and treat all narrow-character strings as UTF-8; this option has no effect unless WIDE=Y is also set.