We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2571c commit 665aad0Copy full SHA for 665aad0
README.md
@@ -15,23 +15,31 @@ Prerequisites
15
16
[Installing V from source](https://github.com/vlang/v#installing-v-from-source)
17
18
-- Webkit
+- WebKit
19
20
- ```
+ E.g., on a debian based Linux destribution
21
+
22
+ ```sh
23
sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
24
```
25
26
+ On macOS you should be good to go with developer tools installed
27
28
29
+ xcode-select --install
30
+ ```
31
32
Install the repository as V module
33
34
- From source
35
36
37
v install --git https://github.com/ttytm/webview
38
39
40
- Or as vpm module
41
42
43
v install ttytm.webview
44
45
0 commit comments