mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.57k stars 116 forks source link

For Windows users: Add a note about the gcc dependency to the README #16

Open hstolte opened 5 years ago

hstolte commented 5 years ago

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 you could add a note about that in the install section of the readme, as long as there will be no binaries available for download.

Using chocolatey, this installs the necessary dependencies on Windows:

choco install golang mingw
mholt commented 5 years ago

Good point, thanks for mentioning this!