From adbce928677c150b7df09bc8798dc8a851fd3b88 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 29 Dec 2021 06:54:09 +0100 Subject: [PATCH] Update README.md.in --- README.md | 14 ++++++++++++++ README.md.in | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index 687b9b3..2c4d42f 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,17 @@ If you have a working build environment, you can build librewolf with: make librewolf ``` This extracts the source, and then tries to `./mach build && ./mach package`. + + +## FAQ: Common issues when setting up the Mozilla build environment + +1. it doesnt find a suitable python. +``` +export MACH_USE_SYSTEM_PYTHON=1 +make librewolf +``` +2. requires +``` +And retry. diff --git a/README.md.in b/README.md.in index 4f54c64..c103a6f 100644 --- a/README.md.in +++ b/README.md.in @@ -79,3 +79,17 @@ If you have a working build environment, you can build librewolf with: make librewolf ``` This extracts the source, and then tries to `./mach build && ./mach package`. + + +## FAQ: Common issues when setting up the Mozilla build environment + +1. it doesnt find a suitable python. +``` +export MACH_USE_SYSTEM_PYTHON=1 +make librewolf +``` +2. requires +``` +And retry.