From a79c4e845c415c7fcffbb2d9450faa6efed5e786 Mon Sep 17 00:00:00 2001 From: r03r <96202556+r03r@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:36:50 +0100 Subject: [PATCH] Update build_linux.md update right rout for all fedora users --- guides/build_linux.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guides/build_linux.md b/guides/build_linux.md index 7227201..a10b100 100644 --- a/guides/build_linux.md +++ b/guides/build_linux.md @@ -46,4 +46,9 @@ you can just execute the following steps: ```bash sudo cp /Downloads/cp 0.67.1-linux-x64/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/lib_extra/libffmpeg.so ``` -4. Restart your web browser. \ No newline at end of file +Fedora users +1. Copy file to the following folder: +```bash +sudo cp Downloads/libffmpeg.so /usr/lib64/opera/libffmpeg.so +``` +4. Restart your web browser.