sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
188 stars 67 forks source link

Is Windows heplify.exe still available? #307

Closed Wolffis closed 4 weeks ago

Wolffis commented 1 month ago

The latest Windows build heplify.exe is from 2018 version 1.47. I tried to build one myself but only got errors:

go version go version go1.23.2 windows/amd64

go build -o heplify.exe main.go github.com/sipcapture/golua/lua: build constraints exclude all Go files in C:\Users\xxx\go\pkg\mod\github.com\sipcapture\golua@v0.0.0-20200610090950-538d24098d76\lua

I don't know much about Go and could not find any solution, therefore is Windows still even supported?

lmangani commented 1 month ago

Hello @Wolffis

Windows is supported as a build platform but not as distribution target - the build process is up to you. You can compile a windows version by using a compatible GO runtime and npcap library. If you have errors, share them.