freeimage ubuntu安装

来源:互联网 发布:淘宝页头图片怎么修改 编辑:程序博客网 时间:2024/06/16 22:23


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 updateIt is recommended to compile the library in a separate folder. Here's how I do it:$ mkdir build$ cd build$ cmake ..$ make

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 updateIt is recommended to compile the library in a separate folder. Here's how I do it:$ mkdir build$ cd build$ cmake ..$ make

原创粉丝点击