Skip to content

Commit 665aad0

Browse files
committed
docs: extend WebKit install instructions
1 parent 3e2571c commit 665aad0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,31 @@ Prerequisites
1515

1616
[Installing V from source](https://github.com/vlang/v#installing-v-from-source)
1717

18-
- Webkit
18+
- WebKit
1919

20-
```
20+
E.g., on a debian based Linux destribution
21+
22+
```sh
2123
sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
2224
```
2325

26+
On macOS you should be good to go with developer tools installed
27+
28+
```sh
29+
xcode-select --install
30+
```
31+
2432
Install the repository as V module
2533

2634
- From source
2735

28-
```
36+
```sh
2937
v install --git https://github.com/ttytm/webview
3038
```
3139

3240
- Or as vpm module
3341

34-
```
42+
```sh
3543
v install ttytm.webview
3644
```
3745

0 commit comments

Comments
 (0)