From 2cfe7d1f5c1750ea7490af23b77c59e49ce35620 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa Date: Thu, 15 Sep 2022 17:47:03 +1000 Subject: [PATCH] added update & upgrade before install packages --- FFMPEGVVC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FFMPEGVVC.md b/FFMPEGVVC.md index 73d22ca..29fb83b 100644 --- a/FFMPEGVVC.md +++ b/FFMPEGVVC.md @@ -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: ``` -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/vvdec && \ git clone --depth=1 https://github.com/mstorsjo/fdk-aac && \