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.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
app.py | 2 years ago | |
configure | 2 years ago | |
makeviewer.sh | 2 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