Open hgzimmerman opened 5 years ago
This error occurrs on Ubuntu 20.04 after a new install. It required additional development libraries/headers on your system in order to run, e.g libwebkit2gtk-4.0-dev
. This was available as a separate package sudo apt install libwebkit2gtk-4.0-dev
(please check your package manager for details).
Hey, I said last week that I'd try this out and report how that went.
Sadly, my assumption that my Linux distro, Nixos, would get in the way, was correct.
Using
make run
I ran into the following error, which was expected:To remedy that, I tried installing webview via
go get github.com/zserge/webview
, which produced the following error:From there, I figured that I needed to install webkit2gtk-4.0 (and gtk 3) to get that to install. Unfortunately, when I searched for webkit libraries, the best nixos's package manager could find for me was
webkitgtk-2.4.11 (nixos.webkitgtk24x-gtk3)
, which has been marked as "insecure". At which point I gave up.I'm not requesting assistance, I'm just following up like I said I would. I think I have an unusual OS situation, but maybe enumerating all dependencies in the readme might help people whose OSs are better suited towards actually installing those libraries. Feel free to close this issue, as it doesn't present a problem that you can reasonably take action against.