Compile libjpeg with mingw

前端 未结 2 1400
后悔当初
后悔当初 2021-01-01 04:24

I finally setup mingw and msys and now I want to compile libjpeg. I downloaded the latest libjpeg sources from the projekt page (jpeg-8d) and extracted the files.

Th

相关标签:
2条回答
  • 2021-01-01 05:04

    Follow the install.txt advice to manually compile ckconfig.c and have it generate a jconfig.h for you, then proceed to make, and make install.

    0 讨论(0)
  • 2021-01-01 05:06

    If for some reason you can not run

     $ autoheader
    

    Add the following definition to the jconfig.h

     #define HAVE_PROTOTYPES 1
    
    0 讨论(0)
提交回复
热议问题