From 8026f11b80e871337b8dc722b5734f2bcd7adbac Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sat, 7 Sep 2019 19:18:57 +0000 Subject: [PATCH] README: Document dependencies --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 081dd3c..9810bdc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ neat. * Interoperability with the Freedesktop.org ecosystem. ## Building + +# Runtime Dependencies + * pixman + * libuv + * libpng (only needed for examples and benchmarks) + +# Build Dependencies + * GNU Make + * GCC or Clang + * pkg-config + * libdrm + +To build just run: ``` make ```