Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion components/esp_websocket_client/examples/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ This example demonstrates the ESP websocket client using the `linux` target. It

To compile and execute this example on Linux need to set target `linux`

* Debian/Ubuntu: `sudo apt-get install -y libbsd-dev`
* Fedora/RHEL: `sudo dnf install libbsd-devel`
* Arch: `sudo pacman -S libbsd`
* Alpine: `sudo apk add libbsd-dev`

```
idf.py --preview set-target linux
idf.py build
./websocket.elf
./build/websocket.elf
```

## Example Output
Expand Down
Loading