Updated Building wolfSSL (markdown)

Alex Abrahamson
2017-11-07 16:49:56 -07:00
parent e8fc24e9ae
commit 7d8dd2df74

@@ -76,7 +76,7 @@ or use autoconf to run the testsuite as well as the standard wolfSSL API and cry
$ make test
```
Further details about expected output of the testsuite program can be found in Section 3.2. If you want to build only the wolfSSL library and not the additional items (examples, testsuite, benchmark app, etc.), you can run the following command from the wolfSSL root directory:
Further details about expected output of the testsuite program can be found in [Section 3.2](https://github.com/wolfSSL/wolfssl/wiki/Getting-Started#32-testsuite). If you want to build only the wolfSSL library and not the additional items (examples, testsuite, benchmark app, etc.), you can run the following command from the wolfSSL root directory:
```sh
$ make src/libwolfssl.la