From c73474df8da030bc4d08e55490e3b3a30aff4249 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 6 Oct 2021 23:38:08 -0700 Subject: [PATCH] README: Correct Ubuntu build dependencies This is a trivial correction since if dependencies are missing at build time what is missing is and how to fix it is properly described in build time messages. As reported in #1081 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 863ab939..db2454ec 100644 --- a/README.md +++ b/README.md @@ -550,8 +550,8 @@ Ubuntu: # apt-get install libpcap-dev # apt-get install libpcre3-dev # apt-get install vde2 - # apt-get install libsdl2 - # apt-get install libsdl2_ttf + # apt-get install libsdl2-dev + # apt-get install libsdl2_ttf-dev #### Windows