diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2012-11-29 09:40:27 -0600 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2012-11-29 09:40:27 -0600 |
commit | 60cb62868cb338b098cc70980d0b70741c3e3064 (patch) | |
tree | 47961f09e423ea2a0a5de2278e53d2b46778d1a0 | |
parent | 4fcfa524f5c5496f6570e9ccc22121b3766d122d (diff) |
Fixed pkg-config instructions.
-rw-r--r-- | paint/paint.c | 2 |
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 |