From 1521cc4717282c5bd311cbdb0ae858a3433a076f Mon Sep 17 00:00:00 2001 From: Shengwen Cheng Date: Sun, 10 Nov 2024 01:23:37 +0800 Subject: [PATCH] Mention dependencies of udev for Linux input system --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d17110..63b9a9c 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ benefiting the entire application stack. `Mado` is built with a minimalist design in mind. However, its verification relies on certain third-party packages for full functionality and access to all its features. We encourage the development environment to be installed with all optional -packages, including [libjpeg](https://www.ijg.org/) and [libpng](https://github.com/pnggroup/libpng). +packages, including [libjpeg](https://www.ijg.org/), [libpng](https://github.com/pnggroup/libpng), `libudev`, and `libuuid`. * macOS: `brew install jpeg libpng` -* Ubuntu Linux / Debian: `sudo apt install libjpeg-dev libpng-dev` +* Ubuntu Linux / Debian: `sudo apt install libjpeg-dev libpng-dev libudev-dev uuid-dev` The renderer implementation can either use the built-in pixel manipulation or be based on [Pixman](https://pixman.org/). The built-in renderer is simple and performs adequately on platforms without SIMD instructions,