update README

pull/481/head
JacobBarthelmeh 2025-01-24 11:55:26 -07:00
parent ba898e7adb
commit 47dac4432e
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ A simple example of using the X509_STORE compatibility layer API with wolfSSL.
```
$ cd wolfssl
$ ./autogen.sh # If downloaded from github
$ ./configure --enable-opensslall--enable-crl # CRL is optional.
$ ./configure --enable-opensslall
$ make
$ sudo make install
$ sudo ldconfig # if wanting to update links and cache of recent shared library
```
```