functioning builder

This commit is contained in:
2024-01-10 17:21:01 -06:00
parent 6a1c875e70
commit e49c6367be
3 changed files with 54 additions and 0 deletions

11
scripts/install_deps.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
sudo apt-get update
sudo apt-get install autoconf automake build-essential cmake git-core \
libass-dev libfreetype6-dev libsdl2-dev libtool libva-dev libvdpau-dev \
libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config \
texinfo wget zlib1g-dev nasm yasm -y
curl https://sh.rustup.rs -sSf | sh -s -- -y
cargo install cargo-c