From 1f3d92132ddbbbd89b2071b19dd8a996d70751ed Mon Sep 17 00:00:00 2001 From: illiliti Date: Mon, 20 Jul 2020 01:01:02 +0300 Subject: [PATCH] update readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 813f0a7..78663e9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,22 @@ What Works * [x] kwin - [fix](https://github.com/dilyn-corner/KISS-kde/commit/0cc72748e46f859a0fced55b0c3fcc1dd9586a38) * [ ] ??? +Dependencies +------------ + +* C99 compiler (build time) +* POSIX make (build time) +* POSIX & XSI libc +* Linux >= 2.6.39 + +Installation +------------ + +```sh +make +make PREFIX=/usr install # overwrites existing udev libraries if any +``` + TODO ----