Skip to content

Commit fbc8e1b

Browse files
authored
Merge pull request #247 from busybox11/main
2 parents facf347 + 37b4023 commit fbc8e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/contribute/desktop/building.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ First, let's get your system ready for building Zen.
3939
<Tab value="Linux">
4040
<p>Follow the steps below to set up your Linux environment for building Zen Browser:</p>
4141
<ol>
42-
<li>For Debian-based Linux (such as Ubuntu): `sudo apt update && sudo apt install curl python3 python3-pip git`</li>
43-
<li>For Fedora Linux: `sudo dnf install python3 python3-pip git`</li>
44-
<li>For Arch Linux: `sudo pacman -Syu --needed base-devel git curl python python-pip libvips`</li>
42+
<li>For Debian-based Linux (such as Ubuntu): `sudo apt update && sudo apt install curl python3 python3-pip git sccache`</li>
43+
<li>For Fedora Linux: `sudo dnf install python3 python3-pip git sccache`</li>
44+
<li>For Arch Linux: `sudo pacman -Syu --needed base-devel git curl python python-pip libvips sccache`</li>
4545
</ol>
4646
<p><em><b>Note:</b> To avoid permission issues, it's recommended to work within a Python virtual environment.</em></p>
4747
</Tab>

0 commit comments

Comments
 (0)