aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2012-11-29 09:40:27 -0600
committerDavid Barksdale <amatus.amongus@gmail.com>2012-11-29 09:40:27 -0600
commit60cb62868cb338b098cc70980d0b70741c3e3064 (patch)
tree47961f09e423ea2a0a5de2278e53d2b46778d1a0
parent4fcfa524f5c5496f6570e9ccc22121b3766d122d (diff)
Update paint/paint.cHEADmaster
Fixed pkg-config instructions.
-rw-r--r--paint/paint.c2
1 files changed, 1 insertions, 1 deletions
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