Created
November 11, 2023 10:26
-
-
Save afonsolage/1fa533297ecda68eb374988d6896b589 to your computer and use it in GitHub Desktop.
WSL segfault reproduce on a fresh WSL Ubuntu install
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
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