Skip to content

Commit

Permalink
Add missing prerequisites for successful build (#72)
Browse files Browse the repository at this point in the history
* Add missing prerequisites for successful build

* Update lastmod
  • Loading branch information
kwilcz authored Oct 26, 2024
1 parent 520ac52 commit e07d53a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/contribute/desktop.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down

0 comments on commit e07d53a

Please sign in to comment.