summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPi-Cla <pirateclip@protonmail.com>2022-04-19 02:31:04 -0600
committerVedang Manerikar <ved.manerikar@gmail.com>2022-04-25 21:12:53 -0400
commitebcfc7c9276311bc56a57b63f23472c9ffd59d65 (patch)
tree281a0eeca100344937b13b61738c88cd1877ab4f
parentd63a1e7d87f9b0a19209f2eeb170bcf64612aa2f (diff)
Add epdfinfo prereqs for openSUSE in the README
Capture requirements for openSUSE Tumbleweed, Leap and MicroOS.
-rw-r--r--README.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.org b/README.org
index a976f56..4084e7a 100644
--- a/README.org
+++ b/README.org
@@ -133,6 +133,22 @@ If you choose not to install from MELPA, you must substitute ~gmake~ for ~make~
$ sudo dnf install make automake autoconf gcc gcc-c++ ImageMagick libpng-devel zlib-devel poppler-glib-devel
#+END_SRC
+*** Installing ~epdfinfo~ Server Prerequisites On openSUSE
+:PROPERTIES:
+:ID: 07033620-fee5-4b52-a99d-e62e4b758ccc
+:CREATED: [2022-04-25 Mon 21:09]
+:END:
+For openSUSE Tumbleweed and Leap:
+#+BEGIN_SRC sh
+ $ sudo zypper install make automake autoconf gcc gcc-c++ libpng16-devel libpng16-compat-devel zlib-devel libpoppler-devel libpoppler-glib-devel glib2-devel
+#+END_SRC
+
+For openSUSE MicroOS Desktop:
+#+BEGIN_SRC sh
+ $ pkcon install make automake autoconf gcc gcc-c++ libpng16-devel libpng16-compat-devel zlib-devel libpoppler-devel libpoppler-glib-devel glib2-devel
+#+END_SRC
+
+There is one feature (following links of a PDF document by plain keystrokes) which requires imagemagick's convert utility. This requirement is optional and you may install the imagemagick package via the package manager of your choice.
*** Installing ~epdfinfo~ Server Prerequisites On Alpine Linux
:PROPERTIES:
:CREATED: [2021-12-29 Wed 18:34]