diff options
author | W. Kosior <koszko@koszko.org> | 2025-01-09 01:06:41 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-01-09 01:06:41 +0100 |
commit | 7f5a6f3ce26eae52eb44cda97d41a4f54755e0fa (patch) | |
tree | e08247d5890ff95a0afb7714adec7c00d8054de7 | |
parent | 35d695287eef188ce5520c068ba9f27be75747f4 (diff) | |
download | AGH-threat-intel-course-7f5a6f3ce26eae52eb44cda97d41a4f54755e0fa.tar.gz AGH-threat-intel-course-7f5a6f3ce26eae52eb44cda97d41a4f54755e0fa.zip |
Mention known-good Poppler version.
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,10 @@ # # Copyright (C) 2024 Wojtek Kosior <koszko@koszko.org> -# Make sure you have Pandoc, a LaTeX distribution, poppler, Python as well as -# Python packages `BeautifulSoup4', `pyyaml' (YAML parser library) and -# `requests' installed. +# Make sure you have Pandoc, a LaTeX distribution, Poppler (version 22.09.0 was +# used — might be relevant because we scrape the output of its `pdftohtml'), +# Python as well as Python packages `BeautifulSoup4', `pyyaml' (YAML parser +# library) and `requests' installed. PYTHON=python3 PANDOC=pandoc |