From 07486cf72ce566f93e1de1911dcb908bfc30567d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:04:08 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- workflow/python_pure/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/workflow/python_pure/README.md b/workflow/python_pure/README.md index b9e5633..784e98b 100644 --- a/workflow/python_pure/README.md +++ b/workflow/python_pure/README.md @@ -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