Skip to content

Commit

Permalink
Update prerequisites packages
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Dec 14, 2024
1 parent bd81c81 commit 9d512b3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,20 @@ If you can speak multiple languages, could you please help with translation in [
Or if you want add new language, please create an issue. I will add it.

## Development
### Prereqisites
### Prerequisites
At first, install system dependencies.

```
$ sudo apt update
$ sudo apt install libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
$ sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
```

Next, install Rust.
Expand Down

0 comments on commit 9d512b3

Please sign in to comment.