diff options
author | Jeff Becker <ampernand@gmail.com> | 2016-10-17 08:53:00 -0400 |
---|---|---|
committer | Jeff Becker <ampernand@gmail.com> | 2016-10-17 08:53:00 -0400 |
commit | 6e720aaabb40c6f6b41e8c439b0bb4784c273171 (patch) | |
tree | 5ac361147dd93383dd2544445b34c9eb14f595bc /src/wld/README.md | |
parent | bf4c55b7cf5fd27e8da1f9682c1b4a016a2c3e5a (diff) | |
download | wterm-6e720aaabb40c6f6b41e8c439b0bb4784c273171.zip wterm-6e720aaabb40c6f6b41e8c439b0bb4784c273171.tar.gz wterm-6e720aaabb40c6f6b41e8c439b0bb4784c273171.tar.bz2 |
changes
Diffstat (limited to 'src/wld/README.md')
-rw-r--r-- | src/wld/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/wld/README.md b/src/wld/README.md new file mode 100644 index 0000000..1326c25 --- /dev/null +++ b/src/wld/README.md @@ -0,0 +1,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. |