Skip to content

Instantly share code, notes, and snippets.

@afonsolage
Created November 11, 2023 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afonsolage/1fa533297ecda68eb374988d6896b589 to your computer and use it in GitHub Desktop.
Save afonsolage/1fa533297ecda68eb374988d6896b589 to your computer and use it in GitHub Desktop.
WSL segfault reproduce on a fresh WSL Ubuntu install
sudo apt update
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
git clone https://github.com/bevyengine/bevy.git
cd bevy
sudo apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
sudo add-apt-repository ppa:kisak/kisak-mesa -y && sudo apt update && sudo apt install -y mesa-vulkan-drivers
cargo run --example bevymark --features wayland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment