From e07d53ab6ca0bca10c4d100b36afc5ec6432d860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Wilczy=C5=84ski?= Date: Sun, 27 Oct 2024 00:23:56 +0200 Subject: [PATCH] Add missing prerequisites for successful build (#72) * Add missing prerequisites for successful build * Update lastmod --- content/contribute/desktop.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/contribute/desktop.md b/content/contribute/desktop.md index cbee531..3611c60 100644 --- a/content/contribute/desktop.md +++ b/content/contribute/desktop.md @@ -1,7 +1,7 @@ --- title: Getting Started with Desktop Browser Development draft: false -lastmod: 2024-09-21 +lastmod: 2024-10-25 --- Contributing to the Zen Browser Desktop project is a great way to get involved with open-source software development. This guide will walk you through the steps to clone the project, set up your development environment, make contributions, and submit pull requests. @@ -13,7 +13,9 @@ Before you begin, ensure you have the following tools installed: - [**Git**](https://git-scm.com/): Version control system to clone the repository and manage your code. - [**Node.js**](https://nodejs.org/): Required for building the browser. - [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js. - +- [**MozillaBuild**](https://wiki.mozilla.org/MozillaBuild): Meta-installer required to build the browser. +- [**Mercurial/TortoiseHg**](https://www.mercurial-scm.org/downloads): Required by Mozilla scripts, with its install directory added to PATH. +- [**Python**](https://www.python.org/): Required by build scripts, with its install directory added to PATH. ## Run Locally