You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-3Lines changed: 32 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,40 @@ Flutter Wayland
3
3
4
4
A Flutter Embedder that talks to Wayland.
5
5
6
-
Setup Instructions
7
-
------------------
6
+
Build Setup Instructions
7
+
------------------------
8
8
9
9
* Install the following packages (on Debian Stretch): `weston`, `libwayland-dev`, `cmake` and `ninja`.
10
10
* From the source root `mkdir build` and move into the directory.
11
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
12
*`ninja` to build the embedder.
13
-
* Run the embedder using `./flutter_wayland`. Make sure `weston` is running.
13
+
* Run the embedder using `./flutter_wayland`. Make sure `weston` is running. See the instructions on running Flutter applications below.
0 commit comments