Skip to content

Commit

Permalink
docs: change to webkitgtk 4.1 (#1691)
Browse files Browse the repository at this point in the history
* Update index.mdx

Fedora build dependencies updated

* update other distros too

---------

Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
imbus64 and FabianLars authored Nov 18, 2023
1 parent f1f5879 commit fb0a47c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/content/docs/guides/prerequisites/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ Tauri requires various system dependencies for development on Linux. These may b

```sh
sudo apt update
sudo apt install libwebkit2gtk-4.0-dev \
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
```
Expand All @@ -48,14 +47,13 @@ sudo apt install libwebkit2gtk-4.0-dev \
```sh
sudo pacman -Syu
sudo pacman -S --needed \
webkit2gtk \
webkit2gtk-4.1 \
base-devel \
curl \
wget \
file \
openssl \
appmenu-gtk-module \
gtk3 \
libappindicator-gtk3 \
librsvg \
libvips
Expand All @@ -66,7 +64,7 @@ sudo pacman -S --needed \

```sh
sudo dnf check-update
sudo dnf install webkit2gtk4.0-devel \
sudo dnf install webkit2gtk4.1-devel \
openssl-devel \
curl \
wget \
Expand All @@ -93,7 +91,7 @@ sudo emerge --ask \

```sh
sudo zypper up
sudo zypper in webkit2gtk3-soup2-devel \
sudo zypper in webkit2gtk3-devel \
libopenssl-devel \
curl \
wget \
Expand Down

0 comments on commit fb0a47c

Please sign in to comment.