added update & upgrade before install packages

This commit is contained in:
Martin Eesmaa
2022-09-15 17:47:03 +10:00
committed by GitHub
parent fc2099999f
commit 2cfe7d1f5c

View File

@ -147,7 +147,8 @@ Unfortunately, this is Ubuntu 22.04 LTS build only.
If you are using other linux without Ubuntu 22.04 LTS, you have to build using this: If you are using other linux without Ubuntu 22.04 LTS, you have to build using this:
``` ```
sudo apt install build-essential cmake nasm autoconf pkg-config python3-setuptools libtool && \ sudo apt update && sudo apt upgrade -y && \
sudo apt install build-essential cmake nasm autoconf pkg-config python3-setuptools libtool git wget && \
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc && \ git clone --depth=1 https://github.com/fraunhoferhhi/vvenc && \
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec && \ git clone --depth=1 https://github.com/fraunhoferhhi/vvdec && \
git clone --depth=1 https://github.com/mstorsjo/fdk-aac && \ git clone --depth=1 https://github.com/mstorsjo/fdk-aac && \