webview / webview

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Home Page:https://webview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add troubleshooting hint to readme about where to get CMake on windows machines.

nycki93 opened this issue · comments

When installing v0.4.0 on Windows 10, I got the error 'OMG CMake is not installed. Install CMake.'

I was able to solve this by running winget install Kitware.CMake. I also had to close and re-open my console to get the path to update.

Just putting this here in case anyone else gets stuck. Would be good to add this info to the readme.

Whoops, meant to post this on https://github.com/Winterreisender/webview-nodejs.