From 4975c6bddcc4ce972b62165322f36798226a9401 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 2 Jan 2023 16:00:10 +0100 Subject: [PATCH] fix: Update install instructions for Fedora 37 --- docs/guides/getting-started/prerequisites.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/guides/getting-started/prerequisites.md b/docs/guides/getting-started/prerequisites.md index facd8551b0..cf3e25292b 100644 --- a/docs/guides/getting-started/prerequisites.md +++ b/docs/guides/getting-started/prerequisites.md @@ -124,7 +124,7 @@ sudo pacman -S --needed \ ```sh sudo dnf check-update -sudo dnf install webkit2gtk3-devel.x86_64 \ +sudo dnf install webkit2gtk4.0-devel \ openssl-devel \ curl \ wget \ @@ -133,6 +133,8 @@ sudo dnf install webkit2gtk3-devel.x86_64 \ sudo dnf group install "C Development Tools and Libraries" ``` +Note that on Fedora 36 and below the `webkit2gtk` package was called `webkit2gtk3-devel`. + @@ -303,7 +305,7 @@ If you don't see this information, your Rust installation might be broken. Pleas [github discussions]: https://github.com/tauri-apps/tauri/discussions [download webview2]: https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section [rustup.sh]: https://sh.rustup.rs -[Nix Flakes]: https://nixos.wiki/wiki/Flakes -[direnv's Flakes integration]: https://nixos.wiki/wiki/Flakes#Direnv_integration -[Nix Shell]: https://nixos.wiki/wiki/Development_environment_with_nix-shell -[direnv's Shell integration]: https://nixos.wiki/wiki/Development_environment_with_nix-shell#direnv \ No newline at end of file +[nix flakes]: https://nixos.wiki/wiki/Flakes +[direnv's flakes integration]: https://nixos.wiki/wiki/Flakes#Direnv_integration +[nix shell]: https://nixos.wiki/wiki/Development_environment_with_nix-shell +[direnv's shell integration]: https://nixos.wiki/wiki/Development_environment_with_nix-shell#direnv