mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
Update README.md.in
This commit is contained in:
parent
56c68fd746
commit
adbce92867
2 changed files with 28 additions and 0 deletions
14
README.md
14
README.md
|
@ -79,3 +79,17 @@ If you have a working build environment, you can build librewolf with:
|
||||||
make librewolf
|
make librewolf
|
||||||
```
|
```
|
||||||
This extracts the source, and then tries to `./mach build && ./mach package`.
|
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. <python-package-1> requires <python-package-2, which is not installed.
|
||||||
|
```
|
||||||
|
pip3 install <python-package=2>
|
||||||
|
```
|
||||||
|
And retry.
|
||||||
|
|
14
README.md.in
14
README.md.in
|
@ -79,3 +79,17 @@ If you have a working build environment, you can build librewolf with:
|
||||||
make librewolf
|
make librewolf
|
||||||
```
|
```
|
||||||
This extracts the source, and then tries to `./mach build && ./mach package`.
|
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. <python-package-1> requires <python-package-2, which is not installed.
|
||||||
|
```
|
||||||
|
pip3 install <python-package=2>
|
||||||
|
```
|
||||||
|
And retry.
|
||||||
|
|
Loading…
Reference in a new issue