Add boost to dependencies in readme.
This commit is contained in:
parent
d374c38d6b
commit
541a63dd73
|
@ -9,6 +9,7 @@
|
||||||
:uri-clang: https://clang.llvm.org/
|
:uri-clang: https://clang.llvm.org/
|
||||||
:uri-cmake: https://cmake.org/
|
:uri-cmake: https://cmake.org/
|
||||||
:uri-catch: https://github.com/catchorg/Catch2
|
:uri-catch: https://github.com/catchorg/Catch2
|
||||||
|
:uri-boost: https://www.boost.org/
|
||||||
:uri-gettext: https://www.gnu.org/software/gettext/
|
:uri-gettext: https://www.gnu.org/software/gettext/
|
||||||
|
|
||||||
*{project}* is a search tool for EPUB ebooks.
|
*{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,
|
* C\++ compiler with C++17 support (tested: link:{uri-gcc}[GCC] 7/10,
|
||||||
link:{uri-clang}[clang] 6/11)
|
link:{uri-clang}[clang] 6/11)
|
||||||
* link:{uri-cmake}[CMake] (at least: 3.12)
|
* 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
|
* Optional
|
||||||
** Tests: link:{uri-catch}[Catch] (tested: 2.5 / 1.2)
|
** Tests: link:{uri-catch}[Catch] (tested: 2.5 / 1.2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user