Skip to content

Commit 67dd51b

Browse files
authored
Merge pull request #221 from anirban6996/docs/add-arch-setup
Packages needed in archlinux to build zen browser
2 parents 04a32c6 + 4991787 commit 67dd51b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/contribute/desktop/building.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ First, let's get your system ready for building Zen.
4040
<p>Follow the steps below to set up your Linux environment for building Zen Browser:</p>
4141
<ol>
4242
<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>
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>
4445
</ol>
46+
<p><em><b>Note:</b> To avoid permission issues, it's recommended to work within a Python virtual environment.</em></p>
4547
</Tab>
4648
<Tab value="macOS">
4749
<p>Follow the steps below to set up your macOS environment for building Zen Browser:</p>

0 commit comments

Comments
 (0)