docs: add Linux desktop build prerequisites to development.md#695
Open
fuleinist wants to merge 1 commit intothunderbird:mainfrom
Open
docs: add Linux desktop build prerequisites to development.md#695fuleinist wants to merge 1 commit intothunderbird:mainfrom
fuleinist wants to merge 1 commit intothunderbird:mainfrom
Conversation
Fixes thunderbird#692 - Linux desktop build fails on fresh clone because Tauri's GTK/WebKit/libsoup system dependencies are not documented. Also documents sccache as a required tool for desktop builds (src-tauri/.cargo/config.toml uses it as rustc-wrapper).
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #692 — Linux desktop builds fail on fresh clone because Tauri's GTK/WebKit/libsoup system dependencies are not documented in development.md.
Changes
Testing
Verified on Ubuntu 24.04 — after installing the listed packages, cargo check and bun tauri:dev:desktop both succeed.
Note
Low Risk
Low risk documentation-only change; no runtime or build logic is modified, but incorrect prerequisites could still mislead developers.
Overview
Adds a new Linux desktop section to
docs/development.mddocumenting required Tauri/WebKit system packages (with an Ubuntu/Debianapt installsnippet) and linking to upstream distro-specific prerequisites.Also notes that Linux WebView is currently untested and calls out
sccacheas a required tool for desktop builds in the quick-start steps.Reviewed by Cursor Bugbot for commit a620c35. Bugbot is set up for automated code reviews on this repo. Configure here.