From 60cb62868cb338b098cc70980d0b70741c3e3064 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Thu, 29 Nov 2012 09:40:27 -0600 Subject: Update paint/paint.c Fixed pkg-config instructions. --- paint/paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paint/paint.c b/paint/paint.c index d7f5ba9..293a343 100644 --- a/paint/paint.c +++ b/paint/paint.c @@ -5,7 +5,7 @@ Each mouse press gets a new random color. To verify that you have the required SDL library files installed use the pkg-config utility at your shell prompt: -$ pkg-config --version sdl +$ pkg-config --modversion sdl On Debian and Ubuntu you can install the SDL library files using apt-get: $ sudo apt-get install libsdl1.2-dev -- cgit v1.2.3-18-g5258