Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/contribute/desktop/building.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The following resources are essential for a successful build. Without them, you
- Python 3 ([Download here](https://www.python.org/downloads/)) – Needed for running build scripts and automation tools.
- Node.js 21+ ([Download here](https://nodejs.org/)) – Required for managing dependencies and running JavaScript-based tools.
- sccache ([Download here](https://github.com/mozilla/sccache/releases)) – A caching tool that speeds up rebuilds by storing compiled objects.
- Rust and Cargo ([Download here](https://doc.rust-lang.org/cargo/getting-started/installation.html)) - Required to apply firefox patches.

<Callout>
If you're using Windows, ensure that all the basic software requirements are added to the `PATH` variable.
Expand Down