From 73946856a83fc0011f3f739033f14b1bb042868c Mon Sep 17 00:00:00 2001 From: Maximilian Downey Twiss <64618338+Zopolis4@users.noreply.github.com> Date: Sun, 29 May 2022 10:35:51 +1000 Subject: [PATCH] Add preliminary chromeos dependencies --- Building-for-Linux.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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`