Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of dev/LinuxDebian


Ignore:
Timestamp:
Apr 27, 2005, 1:50:01 PM (19 years ago)
Author:
wenners
Comment:

so fuktioniert! getestet.

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxDebian

    v2 v3  
    77 * SDL main library, libsdl1.2-dev, web: [http://www.libsdl.org/index.php link]
    88 * SDL image library, libsdl-image1.2-dev, web: [http://www.libsdl.org/index.php link]
    9  * SDL true type fonts, libsdl-ttf1.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]
    1010 * SDL mixer, libsdl-mixer1.2-dev, web: [http://www.libsdl.org/index.php link]
    1111
    12 I guess you would have to do something like this:
     12You 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
    1314{{{
    14 wraith root # apt-get install libsdl1.2-dev
     15wraith root # apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev
    1516...
    16 wraith root # apt-get install libsdl-image1.2-dev
    17 ...
    18 wraith root # apt-get install libsdl-ttf1.2-dev
    19 ...
    20 wraith root # apt-get install libsdl-mixer1.2-dev
    2117}}}
    2218