libssl-dev

This commit is contained in:
2024-01-10 17:26:02 -06:00
parent 0ff3c014d0
commit 984ef10535

View File

@@ -5,7 +5,7 @@ sudo apt-get update
sudo apt-get install autoconf automake build-essential cmake git-core \ sudo apt-get install autoconf automake build-essential cmake git-core \
libass-dev libfreetype6-dev libsdl2-dev libtool libva-dev libvdpau-dev \ libass-dev libfreetype6-dev libsdl2-dev libtool libva-dev libvdpau-dev \
libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config \ libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config \
texinfo wget zlib1g-dev nasm yasm -y texinfo wget zlib1g-dev nasm yasm libssl-dev -y
curl https://sh.rustup.rs -sSf | sh -s -- -y curl https://sh.rustup.rs -sSf | sh -s -- -y
source "$HOME/.cargo/env" source "$HOME/.cargo/env"