commit 00ba7a7
Merge pull request #5 from alexander-b/master Add info to README, and make it markdown format
D
README
+0,
-0
+16,
-0
1@@ -0,0 +1,16 @@
2+wld
3+===
4+wld is a drawing library that targets Wayland. The [swc Wayland compositor
5+library](https://github.com/michaelforney/swc) uses wld.
6+
7+Installing
8+==========
9+To build and install wld, simply use:
10+
11+```Bash
12+make
13+make install
14+```
15+
16+Various flags may be set in config.mk. You will likely want to compile
17+using only intel or noveau, not both.