Skip to content

Commit cbcc616

Browse files
committed
Merge branch 'doc/more_guide_on_readme'
2 parents b4243cb + 12d8af6 commit cbcc616

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@
44

55
[AWTK](https://github.com/zlgopen/awtk) is an open source GUI. It's easy to support embedded system, Wechat, WEB, Mobile phone and PC.
66

7+
# Quick Start
8+
9+
Clone the `esp32-awtk` repository, set up `IDF_PATH`, and then compile, flash and monitor applications in the same way as when working with ESP-IDF.
10+
11+
```
12+
git clone --recursive https://github.com/jason-mao/esp32-awtk.git
13+
cd esp32-awtk/example
14+
export IDF_PATH=$PWD/../esp-idf
15+
make flash monitor
16+
```
717

818
# Todo list
919
- [x] Porting awtk to support ESP32
10-
- [x] Running first demo on ESP-WROVER-KIT
20+
- [x] Running first demo on ESP-WROVER-KIT with WROVER module
1121
- [ ] Support touch input events
1222
- [ ] Implement framebuffer to improve speed

0 commit comments

Comments
 (0)