branch: elpa/pdf-tools commit 550943f1331db03af789989691482a382e2a45af Author: Pi-Cla <piratec...@protonmail.com> Commit: Vedang Manerikar <ved.maneri...@gmail.com>
Clarify Fedora prereqs in the README Closes: #92 --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4084e7aeb2..0240b4b0cc 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