Skip to content

Commit ecb541a

Browse files
ianmcookkou
andauthored
Use pkg-config in C++ example
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent ef33273 commit ecb541a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/examples/get/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ int main(void)
8282
}
8383

8484
// to compile (for example):
85-
//clang++ client.cpp -std=c++17 -I/usr/local/include -L/usr/local/lib -lcurl -larrow -o client
85+
//clang++ client.cpp -std=c++17 $(pkg-config --cflags --libs arrow libcurl) -o client
8686

0 commit comments

Comments
 (0)