summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-08-11 07:30:04 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-08-11 07:30:04 +0200
commitea3b3043ea53c342b1dee989fa9015386880cf6f (patch)
tree848d4b6b33f1c0fdde999191fb83e9b4feabe7c7 /README.org
parent095803be7fedd3ed8bc45a71732bf0edf9cfbc47 (diff)
Add instructions for Cygwin
Diffstat (limited to 'README.org')
-rw-r--r--README.org15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.org b/README.org
index 80c33c5..c4dcaa2 100644
--- a/README.org
+++ b/README.org
@@ -134,7 +134,6 @@
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
@@ -153,6 +152,20 @@
project, those available as MSYS2 packages and numerous third-party
binaries. It has been tested with emacs 25.1. Instructions are
provided under [[Compilation and installation on Windows]], below.
+**** Compiling on Cygwin
+ On [[https://www.cygwin.com/][Cygwin]] the following dependencies are needed.
+
+ - libpoppler-devel (*Lib* category)
+ - libpoppler-glib-devel (*Lib* category)
+ - libpng-devel (*Devel* category)
+ - make (*Devel* category)
+ - gcc-core (*Devel* category)
+ - gcc-g++ (*Devel* category)
+ - autoconf (*Devel* category)
+ - automake (*Devel* category)
+ - perl (*Perl* category)
+ - emacs-w32 (*Editors* category)
+
*** Compilation
:PROPERTIES:
:CUSTOM_ID: compilation