Fixed errors in Build instructions in README.md
This commit is contained in:
parent
9031c92f18
commit
13e73bf36a
@ -6,10 +6,11 @@ See also [Micropython + LittlevGL](https://blog.littlevgl.com/2019-02-20/micropy
|
||||
|
||||
## Build Instructions
|
||||
|
||||
1. `sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config libsdl2-2.0-0 libsdl2-dev`
|
||||
2. `git clone --recurse-submodules https://github.com/kisvegabor/lv_mpy.git`
|
||||
3. `make -C ports/unix/`
|
||||
6. `./ports/unix/micropython`
|
||||
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/littlevgl/lv_micropython.git`
|
||||
3. `cd lv_micropython`
|
||||
4. `make -C ports/unix/`
|
||||
5. `./ports/unix/micropython`
|
||||
|
||||
### For ESP32 port
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user