From eb993ae330d4902c89fe77475caaba8632555b9a Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 8 Feb 2021 00:43:09 +1000 Subject: [PATCH] README: Add Linux packages for DRM/KMS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 140b8c04e..c5963d625 100644 --- a/README.md +++ b/README.md @@ -178,8 +178,10 @@ Requirements (Debian/Ubuntu package names): - SDL2 (`libsdl2-dev`) - pkgconfig (`pkg-config`) - Qt 5 (`qtbase5-dev`, `qtbase5-private-dev`, `qtbase5-dev-tools`, `qttools5-dev`) + - libevdev (`libevdev-dev`) - git (`git`) (Note: needed to clone the repository and at build time) - Optional for faster building: Ninja (`ninja-build`) + - Optional for framebuffer output: DRM/GBM (`libgbm-dev`, `libdrm-dev`) 1. Clone the repository. Submodules aren't necessary, there is only one and it is only used for Windows (`git clone https://github.com/stenzek/duckstation.git -b dev`). 2. Create a build directory, either in-tree or elsewhere.