add Debian to README

This commit is contained in:
Eloy 2024-04-22 23:53:23 +02:00
parent d6c81fa71a
commit 8d5ad70cfd
1 changed files with 3 additions and 1 deletions

View File

@ -23,8 +23,10 @@ Linmodem is the first modem to integrate a graphical user interface which show t
Read the file [ARCHITECTURE.md](./ARCHITECTURE.md) to know the details of the implementation. Next versions will contain the first draft on the algorithms which are implemented.
## Dependencies
On Fedora, you have to run:
Fedora:
* `sudo dnf install libXext-devel libX11-devel`
Debian:
* `sudo apt install libxext-dev libx11-dev`
## Building
`make`