diff --git a/Building-for-Linux.md b/Building-for-Linux.md index aa50367..f36ae68 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -7,15 +7,20 @@ ## Additional Dependencies Examples ### For Ubuntu 20.04+ with Dolphin versions ~5.0-13001 or newer -```bash +``` 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 ``` ### Other Debian based (Debian, Kali, etc.): -```bash +``` 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 ``` +### Chrome/Chromium OS (via Chromebrew): +``` +crew install git cmake qtbase ffmpeg libfmt pugixml +``` + ## Checkout Dolphin `git clone --recursive https://github.com/dolphin-emu/dolphin.git && cd dolphin`