mosswg / dropout-dl

A tool for downloading dropout.tv episodes
GNU General Public License v3.0
29 stars 8 forks source link

SQLite not found despite being installed #7

Closed MisterSheeple closed 1 year ago

MisterSheeple commented 1 year ago

It says cookies cannot be used because SQLite is not installed, but it is. I installed the sqlite3 package using apt prior to building, but it still fails to retrieve cookies. Did I install the wrong package or is something else going wrong here?

MisterSheeple commented 1 year ago

Wait, my bad. I see now that I was supposed to install libsqlite3-dev.