项目作者: juliogonzalez

项目描述 :
Amazon RPMs for poppler http://poppler.freedesktop.org/
高级语言: Shell
项目地址: git://github.com/juliogonzalez/poppler-amazon-rpm.git
创建时间: 2014-07-04T13:07:09Z
项目社区:https://github.com/juliogonzalez/poppler-amazon-rpm

开源协议:

下载


poppler

Amazon Linux RPMs for poppler http://poppler.freedesktop.org

Based off the RPM package created by Marco Pesenti Gritti and upgraded by Marek Kasik

Tested on Amazon Linux 2014.03

Requirements

  • automake
  • libtool
  • cairo-devel >= 1.8.4
  • lcms-devel
  • libjpeg-devel
  • rpmbuild

Building fresh RPMs

Clone the repo:

  1. git@github.com:juliogonzalez/poppler-amazon-rpm.git
  2. cd poppler-amazon-rpm

Build the poppler RPMs

Build the RPMs:

  1. ./poppler-amazon-rpm

This will create the main RPM as well as several optional (glib, glib-devel, devel…)

And install:

  1. rpm -Uvh RPMS/$HOSTTYPE/poppler-0.12.4-3.*.$HOSTTYPE.rpm

You may use the following command:

  1. ./clean

To clean up the build environment (this will delete RPMs as well)