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 ```