Skip to content

Commit ca22d3f

Browse files
committed
Add comment with C++ compile command
1 parent 3019533 commit ca22d3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

http/examples/get/client.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ int main(void)
8080

8181
return 0;
8282
}
83+
84+
// to compile (for example):
85+
//clang++ client.cpp -std=c++17 -I/usr/local/include -L/usr/local/lib -lcurl -larrow -o client
86+

0 commit comments

Comments
 (0)