This commit is contained in:
Amir Gonnen 2019-03-14 23:50:24 +02:00
commit c57ba5fb2d

View File

@ -6,10 +6,11 @@ See also [Micropython + LittlevGL](https://blog.littlevgl.com/2019-02-20/micropy
## Build Instructions ## Build Instructions
1. `sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config libsdl2-2.0-0 libsdl2-dev` 1. `sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config libsdl2-2.0-0 libsdl2-dev python`
2. `git clone --recurse-submodules https://github.com/kisvegabor/lv_mpy.git` 2. `git clone --recurse-submodules https://github.com/littlevgl/lv_micropython.git`
3. `make -C ports/unix/` 3. `cd lv_micropython`
6. `./ports/unix/micropython` 4. `make -C ports/unix/`
5. `./ports/unix/micropython`
### For ESP32 port ### For ESP32 port