diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-08-11 07:19:06 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-08-11 07:19:06 +0200 |
| commit | 095803be7fedd3ed8bc45a71732bf0edf9cfbc47 (patch) | |
| tree | 28668b6c2b0eaa3283510adffe350febf33802a5 /README.org | |
| parent | 6cd76dec9aece2a8daa90f17ab77fbf773157a1d (diff) | |
Add instructions for Centos and Fedora
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |
