steam-rom-manager icon indicating copy to clipboard operation
steam-rom-manager copied to clipboard

Doesn't work on Ubuntu 18.04 becouse of better-sqlite3

Open icetbr opened this issue 2 years ago • 1 comments

Hi there, just wanted to leave this as a tip. The sqlite3 lib used has a dependency on GLIB-2.9, which is unavailable to some older distros.

I changed to the "official" one, and it worked.

from "better-sqlite3": "https://github.com/cbartondock/better-sqlite3",

to "better-sqlite3": "^7.5.1",

icetbr avatar Apr 15 '22 00:04 icetbr

Unfortunately I had to make my own fork of better-sqlite3 in order to have all of the correct prebuilds available for linux and windows (see https://github.com/JoshuaWise/better-sqlite3/issues/601). The prebuilds are necessary because building sqlite3 on the fly fails in github's build environment (I was never able to ascertain why).

That said I will work on bringing my fork up to date and ditching GLIB-2.9

cbartondock avatar May 05 '22 20:05 cbartondock