webview / webview_go

Go language bindings for the webview library.
MIT License
215 stars 38 forks source link

windows linker flag #41

Closed 3052 closed 5 months ago

3052 commented 5 months ago

on my system, I had to use this environment, to get the GUI without a second terminal window:

> $env:cc = 'zig cc'
> $env:cxx = 'zig c++ -Wl,--subsystem,windows'
> go build

I think this should be clarified here:

https://github.com/webview/webview_go#getting-started