mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-26 05:05:40 +01:00
10 lines
160 B
Bash
10 lines
160 B
Bash
#!/usr/bin/env bash
|
|
cd /liftinstall
|
|
|
|
sudo apt install libwebkit2gtk-4.0-dev
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s
|
|
export PATH=~/.cargo/bin:$PATH
|
|
|
|
cargo build
|