Changes between Version 2 and Version 3 of dev/LinuxDebian
- Timestamp:
- Apr 27, 2005, 1:50:01 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxDebian
v2 v3 7 7 * SDL main library, libsdl1.2-dev, web: [http://www.libsdl.org/index.php link] 8 8 * SDL image library, libsdl-image1.2-dev, web: [http://www.libsdl.org/index.php link] 9 * SDL true type fonts, libsdl-ttf 1.2-dev, web: [http://www.libsdl.org/index.php link]9 * SDL true type fonts, libsdl-ttf2.0-dev, web: [http://www.libsdl.org/index.php link] 10 10 * SDL mixer, libsdl-mixer1.2-dev, web: [http://www.libsdl.org/index.php link] 11 11 12 I guess you would have to do something like this: 12 You can also get these libraries from Debian packages: (Note: "libsdl-ttf2.0-dev" is only available for Debian "Sarge" (testing) and Debian SID (unstable)!) 13 13 14 {{{ 14 wraith root # apt-get install libsdl1.2-dev 15 wraith root # apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev 15 16 ... 16 wraith root # apt-get install libsdl-image1.2-dev17 ...18 wraith root # apt-get install libsdl-ttf1.2-dev19 ...20 wraith root # apt-get install libsdl-mixer1.2-dev21 17 }}} 22 18