Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
theseyan committed Dec 27, 2022
1 parent 7b1fbc6 commit 6675fb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Bunview is a cross-platform library to build web-based GUIs for desktop applicat
bun add bunview
```

### Linux Prerequisites
The GTK and WebKit2GTK libraries are required for development and distribution. You need to check your package repositories regarding how to install those.

On Debian-based systems:

* Packages:
* Development: `apt install libgtk-3-dev libwebkit2gtk-4.0-dev`
* Production: `apt install libgtk-3-0 libwebkit2gtk-4.0-37`

## Usage

```js
Expand Down

0 comments on commit 6675fb0

Please sign in to comment.