Add boost to dependencies in readme.

This commit is contained in:
tastytea 2021-05-20 09:59:15 +02:00
parent d374c38d6b
commit 541a63dd73
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@
:uri-clang: https://clang.llvm.org/
:uri-cmake: https://cmake.org/
:uri-catch: https://github.com/catchorg/Catch2
:uri-boost: https://www.boost.org/
:uri-gettext: https://www.gnu.org/software/gettext/
*{project}* is a search tool for EPUB ebooks.
@ -36,7 +37,8 @@ image::https://repology.org/badge/vertical-allrepos/epubgrep.svg[]
* C\++ compiler with C++17 support (tested: link:{uri-gcc}[GCC] 7/10,
link:{uri-clang}[clang] 6/11)
* link:{uri-cmake}[CMake] (at least: 3.12)
* link:{uri-gettext}[gettext] (tested: 0.21)
* link:{uri-boost}[Boost] (tested: 1.75.0 / 1.65.0)
* link:{uri-gettext}[gettext] (tested: 0.21 / 0.19)
* Optional
** Tests: link:{uri-catch}[Catch] (tested: 2.5 / 1.2)