commit 00ba7a7

Michael Forney  ·  2015-03-20 06:25:06 +0000 UTC
parents 74f0dea, a05ce63
Merge pull request #5 from alexander-b/master

Add info to README, and make it markdown format
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.