From 65b68e0f7cea0283770838b25c9a660e3638a195 Mon Sep 17 00:00:00 2001 From: Ralf Weinbrecher Date: Tue, 17 Nov 2020 16:17:42 +0100 Subject: [PATCH] Update README: Added a hint to install sdl2 before running the demos on macOS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c6d7f07..c2394ed 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ $ DEP_LV_CONFIG_PATH=`pwd` cargo build -Zfeatures=build_dep ## Running the demo +**Hint for macOS users**: Before you run the demos you need to make sure you have [libsdl](https://www.libsdl.org) installed on your machine. To install it, use HomeBrew: + +```shell +$ brew install sdl2 +``` + [This project contains examples that can run in a desktop simulator.](./examples) First, make sure to pull `lvgl-rs` submodules: