diff options
| author | Pi-Cla <pirateclip@protonmail.com> | 2022-04-19 02:32:07 -0600 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-04-25 21:18:54 -0400 |
| commit | 550943f1331db03af789989691482a382e2a45af (patch) | |
| tree | af392809435dd9781788fb659150e0bf21072355 | |
| parent | ebcfc7c9276311bc56a57b63f23472c9ffd59d65 (diff) | |
Clarify Fedora prereqs in the README
Closes: #92
| -rw-r--r-- | README.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
