Skip to content

Commit bd047fd

Browse files
committed
formatting edit
formatting edit
1 parent aab089d commit bd047fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ cd libjwt
5050
To compile libjwt on my mac I had to edit the `CMakeLists.txt` file and add this line at the top:
5151

5252
```
53-
include_directories(/usr/local/Cellar/openssl/1.0.2h_1/include/)
53+
include_directories(/usr/local/Cellar/openssl/1.0.2h_1/include/)
5454
```
5555

5656
To compile libjwt on my CentOS VM I had to edit the CMakeLists.txt file and add this flag to the list of CMAKE_C_FLAGS:
5757

5858
```
59-
-std=gnu99
59+
-std=gnu99
6060
```
6161

6262
```
@@ -99,7 +99,7 @@ At this point I needed to edit the Makefile. I couldn't figure out how to link
9999
I appended this to my CLFAGS line:
100100

101101
```
102-
-I /root/dl/libjwt/include -I /root/dl/jansson/src -std=gnu99
102+
-I /root/dl/libjwt/include -I /root/dl/jansson/src -std=gnu99
103103
```
104104

105105
I added these lines to objs/nginx list:

0 commit comments

Comments
 (0)