From: Brendan L. <bm...@ri...> - 2010-09-01 16:51:45
|
Hi Haris, To expand on what David said, make sure you first update the package manager: sudo apt-get update Then look for the package: apt-cache search SDL This will list a ton of libraries--I think they're in alphabetical order, though, so you can find what you need quickly. Look for a version ending in "dev" or (in some cases) "devel" and either copy it from the terminal window, or remember it, char for char. To install it: sudo apt-get install <exact package name> BTW, you might also use aptitude instead of apt-get/apt-cache. As far as I know, it does the same thing in a slightly-easier-to-use way. HTH, Brendan |