git-sqlite
git-sqlite copied to clipboard
Does this work on Window?
I saw the Installation guide, it seems it's for Linux OS? Does this work on Window?
Sorry I missed this issue until now, apologies. I'll dbl check my notification settings.
It should be possible to run on windows, however autotools is used for a few things:
- autogeneration of path variables (
@prefix@for example) - templating uuidv4 id's in sqlite3 without dependencies
- convenient installation
I would suggest using WSL. If you'd like to port this to windows (or cmake) I can help.