Skip to content

Commit

Permalink
Add curl easy socket backend: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Dec 10, 2023
1 parent ce679c9 commit 2945e1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,15 @@ To use wolfMQTT with libcurl and wolfSSL:
- build libcurl with `--with-wolfssl` and install to `/usr/local`.

Finally, build wolfMQTT with `--enable-curl`.

### Supported Build Options

The `--enable-curl` option works with these combinations:
- `--enable-mt`
- `--enable-nonblock`
- `--enable-tls` (default enabled)
- `--enable-timeout` (default enabled)

However `--enable-curl` is incompatible and not supported with these options:
- `--enable-all`
- `--enable-sn`

0 comments on commit 2945e1e

Please sign in to comment.