From 9ee75471345ac4aa73bea250e4cd58cd1587d6c2 Mon Sep 17 00:00:00 2001 From: leonpano2006 Date: Thu, 29 Jun 2023 13:52:46 +0200 Subject: [PATCH] Update build-instructions.md added ubuntu 22.04 --- src/build-instructions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/build-instructions.md b/src/build-instructions.md index a23a72c..bb94085 100644 --- a/src/build-instructions.md +++ b/src/build-instructions.md @@ -42,6 +42,17 @@ libavformat-dev libavcodec-dev libswresample-dev libdbus-1-dev libxkbfile-dev \ libssl-dev python2 ``` +**Ubuntu 22.04:** + +```bash +sudo apt install cmake automake clang-15 bison flex libfuse-dev libudev-dev pkg-config libc6-dev-i386 \ +gcc-multilib libcairo2-dev libgl1-mesa-dev curl libglu1-mesa-dev libtiff5-dev \ +libfreetype6-dev git git-lfs libelf-dev libxml2-dev libegl1-mesa-dev libfontconfig1-dev \ +libbsd-dev libxrandr-dev libxcursor-dev libgif-dev libavutil-dev libpulse-dev \ +libavformat-dev libavcodec-dev libswresample-dev libdbus-1-dev libxkbfile-dev \ +libssl-dev python2 libstdc++-12-dev +``` + **Arch Linux & Manjaro:** Due to the Python 2 dependency, an AUR is needed. If you don't have `yay` already, install it: