commit a05ce63

Alexander Berntsen  ·  2015-03-11 03:49:22 +0000 UTC
parent 74f0dea
Add info to README, and make it markdown format

Signed-off-by: Alexander Berntsen <alexander@plaimi.net>
2 files changed,  +16, -0
D README
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.