Guest User

Untitled

a guest
Jan 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. all:
  2. g++ test.cpp -o Test
  3.  
  4. all:
  5. g++ test.cpp -o Test -lcurl
  6.  
  7. fatal error: curl.h: No such file or directory
  8.  
  9. #include <curl/curl.h>
Add Comment
Please, Sign In to add comment