We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3283cf3 commit 9e76c71Copy full SHA for 9e76c71
1 file changed
cmake/README.md
@@ -2,11 +2,14 @@ This is an example of adding the wolfSSL library as a subdirectory to a project
2
and using cmake to build.
3
4
## Steps to build:
5
-
6
-\# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
+
+```
7
+# clone or download the wolfssl bundle and put it in the subdirectory wolfssl
8
git clone https://github.com/wolfssl/wolfssl
9
mkdir build
10
cd build
11
cmake .. -DCMAKE_C_FLAGS=-I../include/
12
make
13
./hash example_string
14
15
0 commit comments