docs: Mention required Linux development packages in the README (#6511)

This commit is contained in:
moulins 2022-03-25 10:22:54 +01:00 committed by GitHub
parent c1119fdc0b
commit 52d775697c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ For more detailed instructions, see our [wiki page](https://github.com/ruffle-rs
### Desktop
If you are building for a Linux platform, make sure that the GTK 3 development packages are
installed on your system. (Ubuntu: `libgtk-3-dev`, Fedora: `gtk3-devel`)
- `cargo run --release --package=ruffle_desktop -- test.swf`
### Web or Extension