Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 0a33b2e

Browse files
committed
Update README.md
1 parent 9a918ed commit 0a33b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note: added `-lboost_thread` to make the json-example thread safe. On some syste
3737

3838
#### HTTP
3939

40-
Use CMake or:
40+
Use CMake and make, or:
4141

4242
`g++ -O3 -std=c++11 http_examples.cpp -lboost_system -lboost_thread -o http_examples`
4343

@@ -47,7 +47,7 @@ Also, direct your favorite browser to for instance http://localhost:8080/
4747

4848
#### HTTPS
4949

50-
Use CMake or:
50+
Use CMake and make, or:
5151

5252
`g++ -O3 -std=c++11 https_examples.cpp -lboost_system -lboost_thread -lssl -lcrypto -o https_examples`
5353

0 commit comments

Comments
 (0)