Problem with compiling on Windows

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
Wesnoth

Problem with compiling on Windows

Post by Wesnoth »

I can't compile wesnoth on Windows. I'm using MinGW. When I use the ./configure script, a message says that I need SDL_image with png support. I have all the libraries from the SDL site, but how do I make SDL_image support png? :?
fmunoz
Founding Artist
Posts: 1469
Joined: August 17th, 2003, 10:04 am
Location: Spain
Contact:

Post by fmunoz »

Try searching for libpng and recompiling SDL_image ...
I could be wrong ... I'm only a linux user.
ziberpunk

Post by ziberpunk »

You should build SDL_image with:

Code: Select all

./configure --enable-png
Post Reply