epubgrep/README.adoc
tastytea 281c0d47d2
Some checks failed
continuous-integration/drone/push Build is failing
Add basic man page.
2021-05-23 06:36:33 +02:00

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.