From 6188df3cf6bfea25b34d066c3dd27709edd900c3 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Tue, 21 Jun 2022 13:08:59 +0200 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index f36ae68..6ed537d 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -8,12 +8,12 @@ ### For Ubuntu 20.04+ with Dolphin versions ~5.0-13001 or newer ``` -sudo apt install git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libudev-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtbase5-private-dev libbluetooth-dev libasound2-dev libpulse-dev +sudo apt install build-essential git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libudev-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtbase5-private-dev libbluetooth-dev libasound2-dev libpulse-dev ``` ### Other Debian based (Debian, Kali, etc.): ``` -sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt6base-dev qtchooser qmake6 qt6base-dev-tools qt6base-private-dev libudev-dev portaudio19-dev libasound2-dev +sudo apt install build-essential git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt6base-dev qtchooser qmake6 qt6base-dev-tools qt6base-private-dev libudev-dev portaudio19-dev libasound2-dev ``` ### Chrome/Chromium OS (via Chromebrew):