From 50a23e6654259cd178ab16a532d6ed5c6002a042 Mon Sep 17 00:00:00 2001 From: Kookies <66989235+KookiesGH@users.noreply.github.com> Date: Mon, 30 Nov 2020 22:36:50 -0700 Subject: [PATCH] Changed the Ubuntu dependencies formatting for friendly copy-paste into a terminal --- Building-for-Linux.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index fc8947e..65c3ec7 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -7,18 +7,7 @@ ## Additional Dependencies Examples ### For Ubuntu 20.04+ with Dolphin versions ~5.0-13001 or newer -* ffmpeg -* libavcodec-dev -* libavformat-dev -* libavutil-dev -* libswscale-dev -* libevdev-dev -* libudev-dev -* libxrandr-dev -* libxi-dev -* libpangocairo-1.0-0 -* qt5-default -* qtbase5-private-dev +`sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libudev-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qt5-default qtbase5-private-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 qt5-default qtbase5-private-dev libudev-dev portaudio19-dev`