timeliner
timeliner copied to clipboard
All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
Hi, I just tried installing timeliner on Windows 10 and noticed that the ``go-sqlite3`` dependency requires ``gcc``. On Windows, gcc is not included and has to be installed manually. Maybe...
As stated on this repository's README, this repo is no longer being actively developed, because its successor, [Timelinize](https://timelinize.com), is the future. I hope this isn't disappointing to anyone. In fact,...
After installing mingw (needed for GCC) I still get the error ``` PS C:\Users\John\Documents\repos\timeliner> go build # github.com/mattn/go-sqlite3 cc1.exe: sorry, unimplemented: 64-bit mode not compiled in ``` How do I...