Skip to content

Commit

Permalink
Mention dependencies of udev for Linux input system
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Nov 9, 2024
1 parent cedf03e commit 1521cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1521cc4

Please sign in to comment.