Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 346 Bytes

File metadata and controls

14 lines (12 loc) · 346 Bytes

PDFReader

PDF reader extension for Falkon using pdf.js

Falkon with PDFReader extension

Installation

git clone https://github.com/tarptaeya/pdfreader
cd pdfreader
mkdir build
cd build
cmake ..
make install # or sudo make install