PDA

View Full Version : Briquolo Build Problem


Ginger The Cat
March 13th, 2006, 03:17 PM
Hardly 'Gaming' I know but still...

I downloaded BRIQUOLO unzipped it and ran ./configure as instructed.
It eventually gave the following error

checking for freetype-config... no
freetype-config not found
checking for libpng-config... no
libpng-config not found. We search for libpng manually
checking for png_access_version_number in -lpng... no
configure: error: *** You need libpng

So I did sudo apt-get install libpng
to which I got "couldn't find package libpng"

Looking under Synaptic for libpng I see that I have libpng12-0 installed.
I presume this would do. Is there some way of telling the installer this. Or some other way of proceeding.

Any help much appreciated.

Mike

Artificial Intelligence
March 13th, 2006, 04:36 PM
sudo apt-get install libpng12-dev

You need the dev packages to build (with some execptions) when ask for a specific lib.

Ginger The Cat
March 13th, 2006, 06:54 PM
Brilliant. Thanks a lot.

Mike