A tool for viewing and editing collections of pdfs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
knotteye d068cf8c2c Fix ./configure again and add instructions 3 years ago
.gitignore Initial Commit 3 years ago
Makefile Initial Commit 3 years ago
README.md Fix ./configure again and add instructions 3 years ago
app.py Initial Commit 3 years ago
configure Fix ./configure again and add instructions 3 years ago
makeviewer.sh Initial Commit 3 years ago

README.md

Tabletop Library

Tabletop Library is a tool for viewing and editing collections of pdf files. I use it to organize PDFs for tabletop games.

I mostly built this to learn PyQt5 and surrounding build systems but it turned out actually useful.

Instructions

It's important that you don't use quotes when you call ./configure . ./configure --prefix /usr/local --libdir /lib64 && make && sudo make install