From 4331d79de640a47f54ac86d48ff9c3005b463167 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Wed, 28 Sep 2022 04:09:06 -0400 Subject: [PATCH] updated Chromebrew deps, part 1/? --- Building-for-Linux.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index f41d993..db0747e 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -18,7 +18,13 @@ sudo apt install build-essential git cmake ffmpeg libavcodec-dev libevdev-dev li ### Chrome/Chromium OS (via [Chromebrew](https://github.com/chromebrew/chromebrew)): ``` -crew install git cmake qtbase ffmpeg libfmt pugixml enet pkgconf buildessential sommelier qtwayland +crew install binutils wayland cmake gcc buildessential git libx11 pkg-config libxi libxext qtbase qtwayland mesa libxfixes libxxf86vm libusb libdrm libxrandr gettext linuxheaders enet libxshmfence libunwind lm_sensors elfutils patchelf vulkan_icd_loader + +#Intel hardware +crew install xorg_intel_driver + +#Nvidia hardware +crew install xorg_nouveau_driver ``` ## Checkout Dolphin