Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

Can't build without GCC on Windows 10 Pro AMD64 #33

Open milankragujevic opened 7 years ago

milankragujevic commented 7 years ago

Since go-peerflix through some way has a dependency on go-sqlite3, and go-sqlite3 requires gcc to build, when I do go get, I get this error:

  >go get github.com/Sioro-Neoku/go-peerflix
  # github.com/mattn/go-sqlite3
  exec: "gcc": executable file not found in %PATH%
Sioro-Neoku commented 7 years ago

I'm not sure if I can help it providing static binaries should get you an executable.

About compiling: https://github.com/anacrolix/torrent/issues/115 might be relevant.

milankragujevic commented 6 years ago

Any updates? I still cannot use this project on my Windows without having to compile on Linux for Windows.