From d6efc2b99b29712d06cd47c57fc94c525bccc31a Mon Sep 17 00:00:00 2001 From: "Joseph C. Sible" Date: Mon, 16 Feb 2026 20:42:21 -0500 Subject: [PATCH] Fix #494: Add libpng-dev to list of packages to install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142c5ca9..f475d924 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ not the data, which is available on [itch.io](https://zenorogue.itch.io/rogueviz On Linux with apt-get: -```sudo apt-get install make g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libglew-dev``` +```sudo apt-get install make g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libglew-dev libpng-dev``` On macOS with Homebrew: