Update README.md (#9)

This commit is contained in:
Hidenori Matsubayashi
2021-07-16 23:32:29 +09:00
committed by GitHub
parent 515ab8bb11
commit 05349c731d
+7
View File
@@ -11,6 +11,13 @@ $ sudo mv flutter-elinux /opt/
$ export PATH=$PATH:/opt/flutter-elinux/bin
```
### Install dependent libraries
```Shell
$ sudo apt install curl
# If you want to use Weston as a Wayland compositor:
$ sudo apt install weston
```
### How to run flutter sample app in Weston
You need to install a Wayland compositor such as Weston and launch it before launching your Flutter apps.