Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-08 15:04:08 +01:00 committed by GitHub
parent d75f6fb94a
commit 07486cf72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,18 @@ There are differnt way to install the ffmpeg binaries (ffmpeg.exe, ffplay.exe, a
### Linux
**Please check the [dependencies](https://devguide.python.org/getting-started/setup-building/#install-dependencies) beforehand!!!**
For Fedora:
Honestly, I didn't get this depencency thing working. And I couldn't find a solution. However, I am installing a huge amount of packages anyway such that the required stuff is part of it. :-)
```shell
sudo dnf install dnf-plugins-core # install this to use 'dnf builddep'
sudo dnf builddep python3
```
Python installation (after the dependencies are solved):
```shell
mkdir PySource
cd PySource