mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 15:13:51 +00: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
|