From 39c0c516c804fcf9c2922355d144b3d3fd856091 Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Sun, 3 Jan 2021 23:19:25 -0800 Subject: [PATCH] clarified SDL2 notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c2683..ba78d0e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ a small game made entirely on live stream over about 15 hours. ### building - You need C++17 and CMake - - Make sure you have SDL2 headers & DLLs, and make sure CMake can find them + - Make sure you have SDL2 headers & libraries, and make sure CMake can find them ![Screenshot](https://github.com/noelfb/tiny_link/raw/main/screenshot.png "Screenshot")