Generate epub
- Ubuntu 20.04
- GCC 11 or Clang 12
cmake -S . -B build
cmake --build build --config Release -j"$(nproc)"
sudo cmake --build build --config Release --target install
sudo cmake --build build --config Release --target uninstall
Thanks to JetBrains for donating product licenses to help develop this project