After installing SDL and SDL-devel on MacOS X 10.6 (Snow Leopard), trying to set up some source code that requires getting SDL:
checking for sdl-config... no checking for SDL - version >= 1.2.0... no *** The sdl-config script installed by SDL could not be found *** If SDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the SDL_CONFIG environment variable to the *** full path to sdl-config. configure: error: *** SDL version 1.2.0 not found!
Does anyone know where to find sdl-config? I think I can build SDL from the source code, but why do I need it when there are ready-made packages?
sdl macos
Josh glover
source share