freeimage ubuntu安装

前端之家收集整理的这篇文章主要介绍了freeimage ubuntu安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


sudo apt-get install libfreeimage-dev

sudo apt-get install libfreeimage


编译安装地址

https://github.com/Kanma/FreeImage



This distribution use zlib and XMake as GIT submodules. To download them,do:

	$ git submodule init
	$ git submodule update


It is recommended to compile the library in a separate folder. Here's how I do it:

	$ mkdir build
	$ cd build
	$ cmake ..
	$ make
原文链接:https://www.f2er.com/ubuntu/353800.html

猜你在找的Ubuntu相关文章