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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,17 @@ may work right now.
63
63
python_libs/pulse2 \
64
64
python_libs/pebble-loghash
65
65
```
66
+
- Install emscripten
67
+
- If you're on Mac and using [Homebrew](https://brew.sh), you can run `brew install emscripten`.
68
+
- If you're on Linux, follow the instructions [here](https://github.com/emscripten-core/emsdk) and install version 4.0.1.
69
+
- You can skip this if you wish by configuring with `--nojs` but beware the built-in clock for several devices requires JS and will render a blank screen when disabled.
66
70
67
71
## Building
68
72
69
73
First, configure the project like this:
70
74
71
75
```shell
72
-
./waf configure --board <board> --nojs
76
+
./waf configure --board <board>
73
77
```
74
78
75
79
Note: If you wish to debug, you're likely to want `--nowatchdog --nostop --nosleep` also.
@@ -140,7 +144,7 @@ If you're using an Apple Silicon Mac, you might find it easier to build QEMU fro
0 commit comments