aboutsummaryrefslogtreecommitdiff
path: root/src/wld/README.md
blob: 1326c2523cf8843b4db4a3ca5382682aa2ac6fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
wld
===
wld is a drawing library that targets Wayland. The [swc Wayland compositor
library](https://github.com/michaelforney/swc) uses wld.

Installing
==========
To build and install wld, simply use:

```Bash
make
make install
```

Various flags may be set in config.mk. You will likely want to compile
using only intel or noveau, not both.