Skip to content

Commit a556dc3

Browse files
committed
Enhance README.md with dependencies section for webview library
1 parent 058138d commit a556dc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Minimal example:
2222
}
2323
```
2424

25+
### Dependencies
26+
Guino requires [webview](https://github.com/webview/webview) library to be present either in your executable's directory or installed in your system path. Pre-compiled binaries for Windows can be found in the [libs](https://github.com/trikko/guino/tree/main/libs) directory, while instructions for building the library from source are provided below.
27+
2528
### How does it works?
2629
More examples [here](https://github.com/trikko/guino/tree/main/examples)
2730

28-
### Precompiled libraries
29-
For Windows users, precompiled DLLs are available in the [libs](https://github.com/trikko/guino/tree/main/libs) directory.
30-
3131
### Build libwebview
3232

3333
Checkout this repository with all submodules:

0 commit comments

Comments
 (0)