aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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