README: Document dependencies
parent
18195723d2
commit
8026f11b80
13
README.md
13
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue