https://github.com/ticklemynausea/easycurl
c++-easycurl
https://github.com/ticklemynausea/easycurl
c-plus-plus c-plus-plus-library libraries
Last synced: about 2 months ago
JSON representation
c++-easycurl
- Host: GitHub
- URL: https://github.com/ticklemynausea/easycurl
- Owner: ticklemynausea
- Created: 2012-12-15T11:40:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T19:56:04.000Z (over 7 years ago)
- Last Synced: 2025-02-07T18:15:55.360Z (3 months ago)
- Topics: c-plus-plus, c-plus-plus-library, libraries
- Language: M4
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
easycurl
========c++-easycurl
Everytime I thought of something that required the use of libcurl I cringed at the thought of using its ugly C bindings.
Well not anymore I guess
installation
============./autogen.sh
./configure
make
make install