We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 732cd29 + e52a575 commit 1ceb42cCopy full SHA for 1ceb42c
components/esp_websocket_client/examples/linux/README.md
@@ -6,10 +6,15 @@ This example demonstrates the ESP websocket client using the `linux` target. It
6
7
To compile and execute this example on Linux need to set target `linux`
8
9
+* Debian/Ubuntu: `sudo apt-get install -y libbsd-dev`
10
+* Fedora/RHEL: `sudo dnf install libbsd-devel`
11
+* Arch: `sudo pacman -S libbsd`
12
+* Alpine: `sudo apk add libbsd-dev`
13
+
14
```
15
idf.py --preview set-target linux
16
idf.py build
-./websocket.elf
17
+./build/websocket.elf
18
19
20
## Example Output
0 commit comments