2.2 KiB
2.2 KiB
epubgrep
epubgrep is a search tool for EPUB ebooks.
Table of Contents
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)
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 ofxgettext
.