McArcady / lnp-forge

A Dwarf Fortress starter pack builder for Linux & MacOS
Other
240 stars 18 forks source link

Error during install || Could not find library libSDL_image-1.2 #93

Closed apostaat closed 1 year ago

apostaat commented 1 year ago

I am trying to run this command $ ./configure --prefix=$PWD && make install

it returns: configure: error: Could not find library libSDL_image-1.2

Library is installed:

    brew info sdl_image 
     ==> 
    sdl_image: stable 1.2.12 (bottled), HEAD

Path variable is installed also.

What am I doing wrong?

McArcady commented 1 year ago

The configure script specifically looks for a lib named libSDL_image-1.2.so.0.
Is this file provided by package _sdlimage on MacOS ?

McArcady commented 1 year ago

See main MacOS issue