Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion wolfMQTT/src/chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ wolfMQTT was written with portability in mind, and should generally be easy to b

When using the autoconf / automake system to build, wolfMQTT uses a single Makefile to build all parts and examples of the library, which is both simpler and faster than using Makefiles recursively. If using the TLS features or the Firmware/Azure IoT Hub examples you’ll need to have wolfSSL installed. For wolfSSL and wolfMQTT we recommend using config options below
```
./configure --enable-ecc --enable-supportedcurves --enable-base64encode.
./configure --enable-ecc --enable-supportedcurves --enable-base64encode
```
For wolfSSL use `make && sudo make install`. If you get an error locating the libwolfssl.so, run `sudo ldconfig` from the wolfSSL directory.

Expand Down
3 changes: 2 additions & 1 deletion wolfSSH/src/chapter03.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ The portfwd tool accepts the following command line options:
### wolfSSH scpclient

The scpclient, wolfscp, establishes a connection to an SSH server and copies
the specified files from or to the local machine.
the specified files from or to the local machine. When using the wolfSSH
example, absolute paths must be used, and directories must end with a `/`.

The scpclient tool accepts the following command line options:
```
Expand Down