Skip to content

Commit ad7f2e5

Browse files
authored
Update README.md
1 parent a7bea2e commit ad7f2e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ A Flutter Embedder that talks to Wayland.
77

88
Build Setup Instructions
99
------------------------
10-
11-
* Install the following packages (on Debian Stretch): `weston`, `libwayland-dev`, `cmake` and `ninja`.
10+
* For Ubuntu: `sudo apt-get install cmake ninja lib-wayland++ libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libxkbcommon-dev rapidjson-dev`
1211
* From the source root `mkdir build` and move into the directory.
1312
* `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.
1413
* `ninja` to build the embedder.
15-
* Run the embedder using `./flutter_wayland`. Make sure `weston` is running. See the instructions on running Flutter applications below.
14+
* Run the embedder using `./flutter_wayland`. For Ubuntu log out, select gear icon, and select `Ubuntu on Wayland`. Login. See the instructions on running Flutter applications below.
1615

1716
Running Flutter Applications
1817
----------------------------

0 commit comments

Comments
 (0)