Last active
March 10, 2024 05:09
-
-
Save sombraguerrero/0a948c03075e935addbe26b6edd998c8 to your computer and use it in GitHub Desktop.
Dependencies to build Ruffle desktop on Ubuntu:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependencies to build Ruffle desktop on Ubuntu: | |
* libasound2-dev | |
* libxcb-shape0-dev | |
* libxcb-xfixes0-dev | |
* libgtk-3-dev *libssl-dev | |
* libxcb-xinput-dev | |
* libxcb-xkb-dev | |
* libxcb-cursor-dev* | |
* default-jre-headless | |
* cmake | |
* g++ | |
* clang | |
* libudev-dev | |
libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev libgtk-3-dev *libssl-dev libxcb-xinput-dev libxcb-xkb-dev libxcb-cursor-dev default-jre-headless cmake g++ clang libudev-dev | |
Reinstalling libssl1.1 | |
deb http://old-releases.ubuntu.com/ubuntu impish-security main | |
Setting the default device | |
Jump to: navigation, search | |
ALSA Problem in KDE (default device not configured/defined): | |
Find your desired card with: | |
cat /proc/asound/cards | |
and then create /etc/asound.conf with following: | |
defaults.pcm.card 1 | |
defaults.ctl.card 1 | |
Replace "1" with number of your card determined above. | |
wget https://github.com/ruffle-rs/ruffle/releases/download/nightly-$(date +%F)/ruffle-nightly-$(date +%F | tr - _)-linux-x86_64.tar.gz | |
tar -xvf ruffle-nightly-$(date +%F | tr - _)-linux-x86_64.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment