MacOS X Installation instructions

What is the simplest way to install SDL on a MacOS X system.

Dos the package SDL-1.2.7.pkg.tar.gz install the dynamic library version
of SDL? If not how can I achieve this?

Thanks,

Dominique
http://www.DelphiGamer.com := go on, write a game instead;

There is no darwinports.org, I meant
darwinports.opendarwin.org, sorry for the mix-up.__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

If you wish you use DarwinPorts (which is a better
method if you’re coming from any other unix
environment) you simply use the following command
(after you install darwinports from
www.darwinports.org)

sudo port install PACKAGE-NAME

You’ll be asked for your root password. Here is a
listing of other packages you might want to install:

~$ port search sdl
libsdl_mixer audio/libsdl_mixer 1.2.5
Audio mixer library for SDL
libsdl devel/libsdl 1.2.7
Cross-platform multi-media development API
libsdl_gfx devel/libsdl_gfx 2.0.10
graphics primitives SDL extension
libsdl_image devel/libsdl_image 1.2.3
Add on library for libSDL handling several image
formats
libsdl_net devel/libsdl_net 1.2.5
cross-platform networking library
libsdl_ttf devel/libsdl_ttf 2.0.6
add on library for libSDL for rendering TrueType
fonts
~$

— Dominique Louis
wrote:> What is the simplest way to install SDL on a MacOS X

system.

Dos the package SDL-1.2.7.pkg.tar.gz install the
dynamic library version
of SDL? If not how can I achieve this?

Thanks,

Dominique
http://www.DelphiGamer.com := go on, write a game
instead;


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

If you wish you use DarwinPorts (which is a better
method if you’re coming from any other unix
environment) you simply use the following command
(after you install darwinports from
www.darwinports.org)

Or alternatively, you can use Fink (http://fink.sourceforge.net), and
then install SDL by doing

sudo apt-get install sdl

which installs a precompiled version of SDL.

Bye,

MaxAm 08.07.2004 um 06:02 schrieb Donny Viszneki: