mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Auto merge of #26418 - CrazyRoka:fix-fedora-installation-guide, r=jdm
Fix Fedora installation guide Added necessary library to guide for successful installation on Fedora Linux. Closes #26417
This commit is contained in:
commit
173bfadaa7
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ If you get an undefined symbol error on `gst_player_get_config` try removing `gi
|
||||||
#### On Fedora
|
#### On Fedora
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
sudo dnf install python3 python3-virtualenv python3-pip
|
sudo dnf install python3 python3-virtualenv python3-pip python3-devel
|
||||||
python3 ./mach bootstrap
|
python3 ./mach bootstrap
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue