A PDF viewer made for viewing and editing annotations.
- Qt: UI
- Poppler: PDF and annotation rendering
For all of these I ran brew install [thing].
- cmake
- pkg-config
- cairo (although already installed)
make # builds (re-runs cmake only if build/ doesn't exist)
make run # builds and runs
make clean # when you actually need a fresh start
make reconfigure # when you change CMakeLists.txt