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