Merge pull request #5 from rreilink/master

Fixed errors in Build instructions in README.md
This commit is contained in:
Amir Gonnen 2019-03-14 12:17:32 +02:00 committed by GitHub
commit aa697a4efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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