commit
3661692c13
|
@ -3,10 +3,13 @@ and using cmake to build.
|
||||||
|
|
||||||
## Steps to build:
|
## Steps to build:
|
||||||
|
|
||||||
\# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
|
```
|
||||||
|
# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
|
||||||
git clone https://github.com/wolfssl/wolfssl
|
git clone https://github.com/wolfssl/wolfssl
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_C_FLAGS=-I../include/
|
cmake .. -DCMAKE_C_FLAGS=-I../include/
|
||||||
make
|
make
|
||||||
./hash example_string
|
./hash example_string
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue