About install sdl on linux box

hello,
i download the sdl in the office site, they are rpm packages, but
when i install them in my box, error happened :
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by SDL-1.2.14-1.i586
Is there any suggestion about solving this problem ? thank you !

sincerely, lee

The distributed RPM files are for Fedora 11. Try getting SDL from
your distribution or building SDL from source.On Sat, Nov 14, 2009 at 12:42 AM, jaze lee wrote:

hello,
? ?i download the sdl in the office site, they are rpm packages, but
when i install them in my box, ? error happened ?:
? ? ? error: Failed dependencies:
? ? ? ?rpmlib(FileDigests) <= 4.6.0-1 is needed by SDL-1.2.14-1.i586
?Is there any suggestion about solving this problem ? ?thank you !

sincerely, lee


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

2009/11/15 Sam Lantinga :

The distributed RPM files are for Fedora 11. ?Try getting SDL from
your distribution or building SDL from source.
I use opensuse 11.0, where can i get the sdl for this distribution ?
i ususlly use zypper to install package,
and use ‘zypper se sdl’ to find the package. But the packages are
so many, i don’t know which packages to install.>
On Sat, Nov 14, 2009 at 12:42 AM, jaze lee <@jaze_lee> wrote:

hello,
? ?i download the sdl in the office site, they are rpm packages, but
when i install them in my box, ? error happened ?:
? ? ? error: Failed dependencies:
? ? ? ?rpmlib(FileDigests) <= 4.6.0-1 is needed by SDL-1.2.14-1.i586
?Is there any suggestion about solving this problem ? ?thank you !

sincerely, lee


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Though I don’t use zypper, I usually do something like:
zypper se sdl | grep libsdl

Packages for running SDL programs are usually like libsdl1.2.
Packages for creating SDL programs look like libsdl1.2-dev. Your
package manager should grab all the dependencies.

Jonny DOn Sat, Nov 14, 2009 at 7:13 PM, jaze lee wrote:

2009/11/15 Sam Lantinga :

The distributed RPM files are for Fedora 11. ?Try getting SDL from
your distribution or building SDL from source.
?I use opensuse 11.0, where can i get the sdl for this distribution ?
i ususlly use zypper to install package,
? and use ‘zypper se sdl’ to find the package. But the packages are
so many, i don’t know which packages to install.

On Sat, Nov 14, 2009 at 12:42 AM, jaze lee wrote:

hello,
? ?i download the sdl in the office site, they are rpm packages, but
when i install them in my box, ? error happened ?:
? ? ? error: Failed dependencies:
? ? ? ?rpmlib(FileDigests) <= 4.6.0-1 is needed by SDL-1.2.14-1.i586
?Is there any suggestion about solving this problem ? ?thank you !

sincerely, lee


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


? ? ? ?-Sam Lantinga, Founder and President, Galaxy Gameworks LLC


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org