Skip to content

Commit

Permalink
Update README: Added a hint to install sdl2 before running the demos …
Browse files Browse the repository at this point in the history
…on macOS
  • Loading branch information
rwbr authored and rafaelcaricio committed Nov 17, 2020
1 parent 81cb1be commit 65b68e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65b68e0

Please sign in to comment.