swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Re: jpeglib headers/libraries


From: Matthias Kramm
Subject: [Swftools-common] Re: jpeglib headers/libraries
Date: Wed, 18 Feb 2004 16:49:17 +0100
User-agent: Mutt/1.4i

On Wed, Feb 18, 2004 at 12:25:22PM -0300, Garry Hill wrote:
> > Other than that, maybe jpeglib.h is there, but the files included by it
> > (jconfig.h, jmorecfg.h) aren't.
> 
> but wasn't aware of this... i'm not very savvy with c. i couldn't get
> libjpeg to install the lib files automatically so had copied
> everything over by hand. is there a way to get the libjpeg to install
> the libraries and headers itself? 

The following appears to do it (executed in the jpeglib-6a directory):

    ./configure --enable-static --enable-shared
    make
    make install
    make install-headers
    make install-libraries

It took me a while to figure this out, too. :)

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]