summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorPi-Cla <pirateclip@protonmail.com>2022-04-19 02:32:07 -0600
committerVedang Manerikar <ved.manerikar@gmail.com>2022-04-25 21:18:54 -0400
commit550943f1331db03af789989691482a382e2a45af (patch)
treeaf392809435dd9781788fb659150e0bf21072355 /README.org
parentebcfc7c9276311bc56a57b63f23472c9ffd59d65 (diff)
Clarify Fedora prereqs in the README
Closes: #92
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.org b/README.org
index 4084e7a..0240b4b 100644
--- a/README.org
+++ b/README.org
@@ -130,9 +130,13 @@ If you choose not to install from MELPA, you must substitute ~gmake~ for ~make~
:ID: d0013822-f4d0-4354-b3db-c54ffe41ce58
:END:
#+BEGIN_SRC sh
- $ sudo dnf install make automake autoconf gcc gcc-c++ ImageMagick libpng-devel zlib-devel poppler-glib-devel
+ $ sudo dnf install make automake autoconf gcc gcc-c++ libpng-devel zlib-devel poppler-glib-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 it like so:
+#+begin_src sh
+ $ sudo dnf install imagemagick
+#+end_src
*** Installing ~epdfinfo~ Server Prerequisites On openSUSE
:PROPERTIES:
:ID: 07033620-fee5-4b52-a99d-e62e4b758ccc