==----------------------------------------------------------------------------------------------------------------------
-----== Linux ImageMagick 6.9.10-5 安装    【成功!!!】参考:https://147175882.iteye.com/blog/1322430   https://www.linuxidc.com/Linux/2017-03/141419.htm1、查看ImageMagick版本号convert -version[root@fit-server fit]# convert -versionVersion: ImageMagick 6.7.8-9 2016-06-16 Q16 http://www.imagemagick.orgCopyright: Copyright (C) 1999-2012 ImageMagick Studio LLCFeatures: OpenMP这里是说,如果你想搭建个测试环境,那你得知道参照环境的ImageMagick的版本!2、下载资源github资源地址:https://travis-ci.org/ImageMagick/ImageMagick6/jobs/401049055前提是得安装git!安装也简单:yum install git创建源码目录:mkdir ImageMagick-6.9.10-5下载:git clone --depth=50 --branch=6.9.10-5 https://github.com/ImageMagick/ImageMagick6.git3、配置路径./configure --prefix=/fitness/serve/ImageMagick --enable-share --enable-static LDFLAGS="-L/usr/lib64" CPPFLAGS="-I/usr/include"configure:==============================================================================ImageMagick is configured as follows. Please verify that this configurationmatches your expectations.Host system type: x86_64-pc-linux-gnuBuild system type: x86_64-pc-linux-gnuOption                        Value------------------------------------------------------------------------------Shared libraries  --enable-shared=yes       yesStatic libraries  --enable-static=yes       yesModule support    --with-modules=no     noGNU ld            --with-gnu-ld=yes     yesQuantum depth     --with-quantum-depth=16    16High Dynamic Range Imagery--enable-hdri=no      noInstall documentation:         yesDelegate Library Configuration:BZLIB             --with-bzlib=yes      noAutotrace         --with-autotrace=no       noDJVU              --with-djvu=yes       noDPS               --with-dps=yes    noFFTW              --with-fftw=yes       noFLIF              --with-flif=yes       noFlashPIX          --with-fpx=yes    noFontConfig        --with-fontconfig=yes  yesFreeType          --with-freetype=yes       yesGhostscript lib   --with-gslib=no       noGraphviz          --with-gvc=yes    noHEIC              --with-heic=yes    noJBIG              --with-jbig=yes       noJPEG v1           --with-jpeg=yes       yesLCMS              --with-lcms=yes       noLQR               --with-lqr=yes    noLTDL              --with-ltdl=yes       noLZMA              --with-lzma=yes       yesMagick++          --with-magick-plus-plus=yes    yesOpenEXR           --with-openexr=yes    noOpenJP2           --with-openjp2=yes    noPANGO             --with-pango=yes      noPERL              --with-perl=no    noPNG               --with-png=yes    yesRAQM              --with-raqm=yes       noRAW               --with-raw=yes     noRSVG              --with-rsvg=no    noTIFF              --with-tiff=yes       noWEBP              --with-webp=yes       noWMF               --with-wmf=yes    noX11               --with-x=        yesXML               --with-xml=yes    yesZLIB              --with-zlib=yes       yesDelegate Program Configuration:GhostPCL          None            pcl6 (unknown)GhostXPS          None            gxps (unknown)Ghostscript       None            gs (unknown)Font Configuration:Apple fonts       --with-apple-font-dir=defaultDejavu fonts      --with-dejavu-font-dir=default noneGhostscript fonts --with-gs-font-dir=default noneURW-base35 fonts  --with-urw-base35-font-dir=default  noneWindows fonts     --with-windows-font-dir=default    noneX11 Configuration:X_CFLAGS        =X_PRE_LIBS      =X_LIBS          =X_EXTRA_LIBS    =Options used to compile and link:PREFIX          = /fitness/serve/ImageMagickEXEC-PREFIX     = /fitness/serve/ImageMagickVERSION         = 6.9.10CC              = gcc -std=gnu99 -std=gnu99CFLAGS          = -I/usr/include/libxml2   -I/usr/include/libpng15     -I/usr/include/freetype2 -I/usr/include/libpng15   -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng15      -fopenmp -g -O2 -Wall -mtune=core2 -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16CPPFLAGS        =  -I/usr/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16PCFLAGS         =DEFS            = -DHAVE_CONFIG_HLDFLAGS         = -L/usr/lib64LIBS            =CXX             = g++CXXFLAGS        = -g -O2 -pthreadFEATURES        = DPC Cipher OpenMPDELEGATES       = mpeg fontconfig freetype jng jpeg lzma png x xml zlib==============================================================================编译安装:make && make install需要一会时间,结果:.../usr/bin/mkdir -p '/fitness/serve/ImageMagick/share/doc/ImageMagick-6'/usr/bin/install -c -m 644 LICENSE ChangeLog NEWS.txt '/fitness/serve/ImageMagick/share/doc/ImageMagick-6'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/include/ImageMagick-6/magick'/usr/bin/install -c -m 644 magick/ImageMagick.h magick/MagickCore.h magick/animate.h magick/annotate.h magick/api.h magick/artifact.h magick/attribute.h magick/blob.h magick/cache.h magick/cache-view.h magick/channel.h magick/cipher.h magick/client.h magick/coder.h magick/color.h magick/colormap.h magick/colorspace.h magick/compare.h magick/composite.h magick/compress.h magick/configure.h magick/constitute.h magick/decorate.h magick/delegate.h magick/deprecate.h magick/display.h magick/distribute-cache.h magick/distort.h magick/draw.h magick/effect.h magick/enhance.h magick/exception.h magick/feature.h magick/fourier.h magick/fx.h magick/gem.h magick/geometry.h magick/hashmap.h magick/histogram.h magick/identify.h '/fitness/serve/ImageMagick/include/ImageMagick-6/magick'/usr/bin/install -c -m 644 magick/image.h magick/image-view.h magick/layer.h magick/list.h magick/locale_.h magick/log.h magick/magic.h magick/magick.h magick/magick-config.h magick/magick-type.h magick/matrix.h magick/memory_.h magick/methods.h magick/method-attribute.h magick/mime.h magick/module.h magick/monitor.h magick/montage.h magick/morphology.h magick/opencl.h magick/option.h magick/paint.h magick/pixel.h magick/pixel-accessor.h magick/policy.h magick/prepress.h magick/profile.h magick/property.h magick/quantize.h magick/quantum.h magick/random_.h magick/registry.h magick/resample.h magick/resize.h magick/resource_.h magick/segment.h magick/semaphore.h magick/shear.h magick/signature.h magick/splay-tree.h '/fitness/serve/ImageMagick/include/ImageMagick-6/magick'/usr/bin/install -c -m 644 magick/static.h magick/statistic.h magick/stream.h magick/string_.h magick/studio.h magick/timer.h magick/token.h magick/transform.h magick/threshold.h magick/type.h magick/utility.h magick/version.h magick/vision.h magick/widget.h magick/xml-tree.h magick/xwindow.h '/fitness/serve/ImageMagick/include/ImageMagick-6/magick'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/include/ImageMagick-6/magick'/usr/bin/install -c -m 644 magick/magick-baseconfig.h '/fitness/serve/ImageMagick/include/ImageMagick-6/magick'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/include/ImageMagick-6/Magick++'/usr/bin/install -c -m 644 Magick++/lib/Magick++/Blob.h Magick++/lib/Magick++/ChannelMoments.h Magick++/lib/Magick++/CoderInfo.h Magick++/lib/Magick++/Color.h Magick++/lib/Magick++/Drawable.h Magick++/lib/Magick++/Exception.h Magick++/lib/Magick++/Functions.h Magick++/lib/Magick++/Geometry.h Magick++/lib/Magick++/Image.h Magick++/lib/Magick++/Include.h Magick++/lib/Magick++/Montage.h Magick++/lib/Magick++/Pixels.h Magick++/lib/Magick++/ResourceLimits.h Magick++/lib/Magick++/STL.h Magick++/lib/Magick++/TypeMetric.h '/fitness/serve/ImageMagick/include/ImageMagick-6/Magick++'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/include/ImageMagick-6'/usr/bin/install -c -m 644 Magick++/lib/Magick++.h '/fitness/serve/ImageMagick/include/ImageMagick-6'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/share/man/man1'/usr/bin/install -c -m 644 magick/Magick-config.1 magick/MagickCore-config.1 wand/MagickWand-config.1 wand/Wand-config.1 Magick++/bin/Magick++-config.1 utilities/ImageMagick.1 utilities/animate.1 utilities/compare.1 utilities/composite.1 utilities/conjure.1 utilities/convert.1 utilities/display.1 utilities/identify.1 utilities/import.1 utilities/mogrify.1 utilities/montage.1 utilities/stream.1 '/fitness/serve/ImageMagick/share/man/man1'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/lib/pkgconfig'/usr/bin/install -c -m 644 magick/ImageMagick.pc magick/MagickCore.pc magick/ImageMagick-6.Q16.pc magick/MagickCore-6.Q16.pc wand/MagickWand.pc wand/Wand.pc wand/MagickWand-6.Q16.pc wand/Wand-6.Q16.pc Magick++/lib/Magick++.pc Magick++/lib/ImageMagick++.pc Magick++/lib/Magick++-6.Q16.pc Magick++/lib/ImageMagick++-6.Q16.pc '/fitness/serve/ImageMagick/lib/pkgconfig'/usr/bin/mkdir -p '/fitness/serve/ImageMagick/include/ImageMagick-6/wand'/usr/bin/install -c -m 644 wand/MagickWand.h wand/animate.h wand/compare.h wand/composite.h wand/conjure.h wand/convert.h wand/deprecate.h wand/display.h wand/drawing-wand.h wand/identify.h wand/import.h wand/magick-image.h wand/magick-property.h wand/magick-wand.h wand/magick_wand.h wand/method-attribute.h wand/mogrify.h wand/montage.h wand/pixel-iterator.h wand/pixel-wand.h wand/stream.h wand/wand-view.h '/fitness/serve/ImageMagick/include/ImageMagick-6/wand'make[2]: Leaving directory `/fitness/software/ImageMagick-6.9.10-5/ImageMagick6'make[1]: Leaving directory `/fitness/software/ImageMagick-6.9.10-5/ImageMagick6'4、查看是否安装成功convert -version[root@iZ8vb2uz59jd5pisp87ljjZ ImageMagick6]# convert -version-bash: convert: command not found5、还需一步操作cd /usr/binln -s /fitness/serve/ImageMagick/bin/convert convert再次查看版本:convert -version[root@iZ8vb2uz59jd5pisp87ljjZ /]# convert -versionVersion: ImageMagick 6.9.10-5 Q16 x86_64 2019-07-04 https://www.imagemagick.orgCopyright: © 1999-2018 ImageMagick Studio LLCLicense: https://www.imagemagick.org/script/license.phpFeatures: Cipher DPC OpenMPDelegates (built-in): fontconfig freetype jng jpeg lzma png x xml zlib支持类型:jng jpeg lzma png x xml zlib
----------------------------------------------------------------------------------------------------------------------==

Linux - ImageMagick 6.9.10-5安装配置相关推荐

  1. linux检测不到数位板,Linux_Ubuntu 8.10下安装配置友基数位板,Ubuntu默认已经带了Wacom的驱动 - phpStudy...

    Ubuntu 8.10下安装配置友基数位板 Ubuntu默认已经带了Wacom的驱动,但不是每个人都用得起大厂的产品.如果你与我一样囊中带涩地用着并喜爱着友基这个广州石牌出品的土品牌,请看此文. St ...

  2. docker镜像仓库habor1.10.0安装配置-单机版

    habor1.10.0安装配置 前言 一.安装docker 二.harbor安装与简单配置 1. 下载指定版本harbor 2. harbor简单配置 三.配置harbor前面的nginx 1. 添加 ...

  3. Ubuntu 10.04 安装配置指南

    Ubuntu 10.04 安装配置指南 作者: Jandy 版本:1004.1.0504 --- 目录 〇. 准备 一. 安装 二. 配置 三. 输入法 四. Flash 五. 附录 六. 更新 -- ...

  4. 【转载】基于Linux命令行KVM虚拟机的安装配置与基本使用

    基于Linux命令行KVM虚拟机的安装配置与基本使用 https://alex0227.github.io/2018/06/06/%E5%9F%BA%E4%BA%8ELinux%E5%91%BD%E4 ...

  5. debian 10 buster 安装配置 elastic search 和 中文, 拼音分词

    debian 10 buster 安装配置 es 和 中文, 拼音分词 安装 测试 配置 分词 IK 分词器 拼音分词 一个完整的动态映射模板(包含geo, pinyin, IK) 安装 1, 安装j ...

  6. Windows和Linux下apache-artemis-2.10.0安装配置

    window下安装配置 一.官网下载 http://activemq.apache.org/artemis/download.html 二.百度网盘下载 链接:https://pan.baidu.co ...

  7. Linux使用笔记:Oracle数据库安装配置(命令行安装)

    文章目录 1. Oracle数据库安装配置 1.1. 安装准备 1.2. 修改内核参数 1.3. 创建安装用户和目录 1.4. 修改配置文件 1.5. 开始安装 1.5.1. 上传安装包 1.5.2. ...

  8. 《Linux就那么学》虚拟机安装配置及系统和配置的全过程

    安装配置vm虚拟机 1.虚拟机程序的安装:链接:https://pan.baidu.com/s/16t-yBZRPZsgEl3vUnRkUNA 提取码:lcju 下载完成后点击安装,初始化界面 然后点 ...

  9. wamp的mysql单独使用_Windows 7+8.1+10 单独安装配置 PHP+Apache+MySQL(不使用 WAMP)

    Windows 8.1 单独安装配置 PHP+Apache+MySQL(不使用 WAMP) 本文同样适用于Windows7和10 0x00 PHP [下载]http://www.doczj.com/d ...

  10. freescale imx6 编译 linux ltib,TQIMX6Q技术分享——LTIB安装配置(转)

    TQIMX6Q_BASEC开发板是天嵌科技在2015年重磅推出的顶级开发平台,采用飞思卡尔的I.MX6Q芯片,真四核运行,1G Hz主频,2G DDR3内存,8G EMMC FALSH.TQIMX6Q ...

最新文章

  1. 亿级流量架构之服务限流思路与方法
  2. 云端卫士DDoS防护解决方案助力互联网金融安全
  3. JAVA数据库:MySQL入门
  4. Maplesoft MapleSim2020中文版
  5. 软件测试技术与项目实训pdf,软件测试技术任务驱动式教程pdf
  6. CentOS 7下安装Logstash ELK Stack 日志管理系统(上)
  7. Redis设计与实现笔记
  8. Gradle增量编译(六)
  9. Chromium OS编译手记
  10. html幻灯片图片切换效果代码,javascript实现图片切换的幻灯片效果源代码
  11. ChinaITLab-Linux工程师培训课程笔记2
  12. 浅谈 malloc 函数在单片机上的应用
  13. C++新特性28_线程同步问题的产生原因(高级语言转为低级语言执行,时间片交替运行多线程中代码,代码切换过程中出现的问题)
  14. 在MacOS系统下DMG文件显示压缩包无法双击安装解决办法
  15. KOL垂直化,品牌营销策略如何变更?
  16. Android Studio 安装与配置
  17. 乐趣国学—品读《弟子规》中的“余力学文”之道
  18. i3处理器_【评测室首发】老i7集体下课,十代i3评测来了!
  19. 第四章:Android灯光系统(2)-led_class驱动
  20. java正则获取url参数_正则获取URL参数

热门文章

  1. 装完黑苹果怎么装windows_黑苹果安装教程,小编教你黑苹果怎么安装
  2. 上海首届暑期大学生实习专场,名头看上去非常不错,决定去体验一下招聘会,看看自己的简历会被如何的无视..
  3. GeoJson数据合并
  4. mysql 排序序列_Mysql序列(八)—— group by排序问题 怀瑾握瑜XI
  5. 马自达CX-5,中控台的点烟器没电
  6. gtx1060和gtx1650 的差距 哪个好
  7. 关于xpe和wes2009
  8. 服务器除雪信息报道,各单位铲冰除雪畅通油区道路,保障生产正常运行
  9. win10+vs2017配置mpi环境的记录(已成功)
  10. sql镶嵌查询_SQL语句 - 嵌套查询