knotteye d068cf8c2c | ||
---|---|---|
.gitignore | ||
Makefile | ||
README.md | ||
app.py | ||
configure | ||
makeviewer.sh |
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