README: Document dependencies

tight-png
Andri Yngvason 2019-09-07 19:18:57 +00:00
parent 18195723d2
commit 8026f11b80
1 changed files with 13 additions and 0 deletions

View File

@ -10,6 +10,19 @@ neat.
* Interoperability with the Freedesktop.org ecosystem. * Interoperability with the Freedesktop.org ecosystem.
## Building ## 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 make
``` ```