Search tool for EPUB e-books
tastytea
28b1d5ec16
It is needed for compiling translations. Not really, but the CMake module thinks so. |
||
---|---|---|
cmake | ||
man | ||
src | ||
tests | ||
translations | ||
.clang-format | ||
.clang-tidy | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
AUTHORS | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.adoc | ||
CONTRIBUTING.adoc | ||
CREDITS | ||
LICENSE | ||
README.adoc |
epubgrep
epubgrep is a search tool for EPUB ebooks.
Table of Contents
Usage
See manpage.
Install
From source
Dependencies
Get sourcecode
Development version
git clone https://schlomp.space/tastytea/epubgrep.git
Compile
mkdir -p build && cd build
cmake ..
cmake --build . -- --jobs=$(nproc --ignore=1)
# cd tests && ctest
CMake options:
-
-DCMAKE_BUILD_TYPE=Debug
for a debug build. -
-DWITH_TESTS=YES
if you want to compile the tests. -
-DXGETTEXT_CMD=String
The program to use instead ofxgettext
.