https://github.com/shenlebantongying/farpdf
PDF suite with qt & mupdf.
https://github.com/shenlebantongying/farpdf
Last synced: 3 months ago
JSON representation
PDF suite with qt & mupdf.
- Host: GitHub
- URL: https://github.com/shenlebantongying/farpdf
- Owner: shenlebantongying
- License: agpl-3.0
- Created: 2022-08-05T22:50:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T04:07:58.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:14:44.782Z (5 months ago)
- Language: C++
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FarPDF
## [Screenshots](https://gitlab.com/slbtty/far2/-/wikis/screenshots)
# Build
Dependencies: `Qt6`, `C++ 20 Compiler` and `libmupdf`
```bash
cmake -S . -B build \
--install-prefix=/usr/local \
-G Ninja \
-DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel 6# The binary will end up in `build/src/FarPDF`.
cmake --install build
# The binary will installed to /usr/local and
# an app launcher will be installed to yor desktop's launcher
```