summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-08-11 07:19:06 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-08-11 07:19:06 +0200
commit095803be7fedd3ed8bc45a71732bf0edf9cfbc47 (patch)
tree28668b6c2b0eaa3283510adffe350febf33802a5 /README.org
parent6cd76dec9aece2a8daa90f17ab77fbf773157a1d (diff)
Add instructions for Centos and Fedora
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org
index e8769e3..80c33c5 100644
--- a/README.org
+++ b/README.org
@@ -134,6 +134,18 @@
If you choose not to install from melpa, you must substitute
~gmake~ for ~make~ in the instructions below.
+
+**** Compiling on Centos
+ It is possible to compile pdf-tools on Centos. Install poppler the dependencies with:
+#+BEGIN_SRC sh
+ $ yum install poppler-devel poppler-glib-devel
+#+END_SRC
+
+**** Compiling on Fedora
+#+BEGIN_SRC sh
+ $ sudo dnf install make automake autoconf gcc gcc-c++ ImageMagick libpng-devel zlib-devel poppler-glib-devel
+#+END_SRC
+
**** Compiling on Windows
PDF Tools can be built and used on Windows using the MSYS2
compiler. This will work with native (not cygwin) Windows builds of