Skip to content

Commit

Permalink
Merge pull request #1689 from h3poteto/fix/readme
Browse files Browse the repository at this point in the history
Update prerequisites packages
  • Loading branch information
h3poteto authored Dec 14, 2024
2 parents b27e719 + 9d512b3 commit de0d754
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 de0d754

Please sign in to comment.