We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f32487c + ebd8f4d commit d18b38aCopy full SHA for d18b38a
1 file changed
README.md
@@ -31,10 +31,10 @@ dnf install python3 && python3 -m pip install aiohttp toml # Needed for Flatpak
31
cargo run --release # RUST_LOG=debug to print debug logs
32
```
33
34
-#### Ubuntu
+#### Debian-based (Ubuntu, etc.)
35
```bash
36
apt install build-essential pkg-config libgtk-4-dev libadwaita-1-dev libwebkitgtk-6.0-dev libmpv-dev gettext nodejs flatpak-builder
37
-apt install python3 python3-aiohttp python3-toml # Needed for Flatpak build
+apt install python3 python3-aiohttp python3-toml elfutils # Needed for Flatpak build
38
39
40
@@ -55,4 +55,4 @@ flatpak install -y \
55
./flatpak/build.sh
56
flatpak install ./flatpak/com.stremio.Stremio.Devel.flatpak
57
flatpak run com.stremio.Stremio.Devel
58
-```
+```
0 commit comments