File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/docs/contribute/desktop Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments