通常libjpeg可以使用如下命令行生成Visual Studio 2010的项目文件:

nmake /f makefile.vc setup-v10

但可惜我们使用的是Visual Studio 2008,所以这里用到了另一个开源的项目:

https://code.google.com/p/libjpeg-win64/

同步下来以后直接就可以打开里面的libjpeg.sln编译,非常方便。

 

相关文章:

  • 2021-12-08
  • 2022-12-23
  • 2021-05-05
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
猜你喜欢
  • 2021-05-18
  • 2022-12-23
  • 2021-07-28
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案