Skip to content

Instantly share code, notes, and snippets.

@sombraguerrero
Last active March 10, 2024 05:09
Show Gist options
  • Save sombraguerrero/0a948c03075e935addbe26b6edd998c8 to your computer and use it in GitHub Desktop.
Save sombraguerrero/0a948c03075e935addbe26b6edd998c8 to your computer and use it in GitHub Desktop.
Dependencies to build Ruffle desktop on Ubuntu:
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