From 05349c731d052c30f73ae19db44c0e2cfcf91280 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Fri, 16 Jul 2021 23:32:29 +0900 Subject: [PATCH] Update README.md (#9) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0907b4c..de72175 100644 --- a/README.md +++ b/README.md @@ -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.