Add man page.

This commit is contained in:
travankor 2020-04-10 07:07:00 -07:00
parent 5d7ff9e64d
commit 4a4c4a0fcd
4 changed files with 95 additions and 3 deletions

View file

@ -19,9 +19,10 @@ and published on [GitHub](https://github.com/Hjdskes/cage/releases).
## Building and running Cage
You can build Cage with the [meson](https://mesonbuild.com/) build system. It
requires wayland, wlroots and xkbcommon to be installed. Note that Cage is
developed against the latest tag of wlroots, in order to not constantly chase
breaking changes as soon as they occur.
requires wayland, wlroots, and xkbcommon to be installed. Optionally, install
scdoc for manual pages. Note that Cage is developed against the latest tag of
wlroots, in order to not constantly chase breaking changes as soon as they
occur.
Simply execute the following steps to build Cage: