From 298e4ff05461733d75958e7391ca60d2f8a79010 Mon Sep 17 00:00:00 2001 From: Tyler Anderson Date: Tue, 7 May 2019 22:47:59 -0400 Subject: [PATCH] Add simple build instructions to README.md. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8ee2e1b..95f2a49 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ This software is incomplete. Notably missing is a Rio-esque FUSE filesystem and Rio's built-in command line (we depend on an external, tty-style terminal emulator). +## Installation + +To build and install wio: + + git clone https://github.com/swaywm/wlroots.git subprojects/wlroots + meson build + cd build + ninja install + ## Basic principles Wio uses [wlroots](https://github.com/swaywm/wlroots) to run a simple Wayland -- 2.38.5