epubgrep/README.adoc

2.6 KiB

epubgrep

epubgrep is a search tool for EPUB ebooks.

Table of Contents

Usage

See manpage.

Install

Packaging status

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.

  • -DGENERATE_POT=NO to not (re-)generate the .pot file.

  • -DXGETTEXT_CMD=String The program to use instead of xgettext.