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
In order to build from source, in addition to the Rust toolchain [libuv](https://libuv.org/) must be present on your system. This can be installed via most popular package managers.
53
+
54
+
### macOS
55
+
56
+
```bash
57
+
$ brew install libuv
58
+
```
59
+
60
+
### Ubuntu
61
+
62
+
```bash
63
+
$ sudo apt-get install libuv-dev
64
+
```
65
+
66
+
### Fedora
67
+
68
+
```bash
69
+
$ dnf install systemd-devel
70
+
```
71
+
50
72
## Quickstart - Docker
51
73
52
74
The `esprs/espflash` Docker image contains all necessary toolchains and tooling (including espflash) to build an application and flash it to a target device.
0 commit comments