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:
bors-servo 2020-05-04 21:44:31 -04:00 committed by GitHub
commit 173bfadaa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ If you get an undefined symbol error on `gst_player_get_config` try removing `gi
#### On Fedora
``` sh
sudo dnf install python3 python3-virtualenv python3-pip
sudo dnf install python3 python3-virtualenv python3-pip python3-devel
python3 ./mach bootstrap
```