Skip to content

Commit 8a8a9ab

Browse files
committed
Add setup instructions.
1 parent bab6623 commit 8a8a9ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ Flutter Wayland
22
============
33

44
A Flutter Embedder that talks to Wayland.
5+
6+
Setup Instructions
7+
------------------
8+
9+
* Install the following packages (on Debian Stretch): `weston`, `libwayland-dev`, `cmake` and `ninja`.
10+
* From the source root `mkdir build` and move into the directory.
11+
* `cmake -G Ninja ../`. This should check you development environment for required packages, download the Flutter engine artifacts and unpack the same in the build directory.
12+
* `ninja` to build the embedder.
13+
* Run the embedder using `./flutter_wayland`. Make sure `weston` is running.

0 commit comments

Comments
 (0)