sh 如何在CentOS 6.4上安装GraphicsMagick

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 如何在CentOS 6.4上安装GraphicsMagick相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# Install build dependencies
yum install -y gcc libpng libjpeg libpng-devel libjpeg-devel ghostscript libtiff libtiff-devel freetype freetype-devel

# Get GraphicsMagick source
wget ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.9.tar.gz
tar zxvf GraphicsMagick-1.3.9.tar.gz

# Configure and compile
cd GraphicsMagick-1.3.9
./configure --enable-shared
make
make install

# Ensure everything was installed correctly
gm version

# If you are going to use this with PHP you can also instal the pecl extension
pecl install gmagick-1.0.8b2

以上是关于sh 如何在CentOS 6.4上安装GraphicsMagick的主要内容,如果未能解决你的问题,请参考以下文章

sh 在CentOS 6.4上安装ElasticSearch的命令

CentOS 6.4_64下安装LANMP_WDCP2.5以及升级PHPMYSQL版本流程

无法在 Centos 6.4 上安装 php 5.5 opcache

在 Centos 6.4 上安装 MySQL 5.6 的最佳方法

Mongodb安装(Centos 6.4 32位)

CentOS 6.4安装Puppet