You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -43,19 +43,19 @@ You need Emscripten installed and working. There are lots of guides about that o
43
43
44
44
Once you have Emscripten working, you also need to install the `clang` package:
45
45
1.`cd <path to emsdk>`
46
-
2.`./emsdk install clang-e<sdk version>-64bit # for example: clang-e1.30.0-64bit`
47
-
3.`./emsdk activate clang-e<sdk version>-64bit`
46
+
2.Make sure you have installed `cmake`, and then `./emsdk install clang-tag-e<sdk version>-64bit # for example: clang-tag-e1.38.31-64bit` (You can use `./emsdk list` to show the available packages)
4.`git submodule update --init --recursive` (*can be very important!*)
55
-
5.`cd ports/javascript`
56
-
6.`make`
57
-
7.Run an HTTP server that serves files from the current directory.
58
-
8.Browse to `/lvgl_editor.html` on the HTTP Server.
55
+
5. Build the MicroPython cross-compiler: `make -C mpy-cross`
56
+
6.`cd ports/javascript`
57
+
7.`make`
58
+
8.Run an HTTP server that serves files from the current directory, and then browse to `/lvgl_editor.html` on the HTTP Server.(Or you can run the `build/micropython.js` in `node`)
0 commit comments