Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ticklemynausea/easycurl
c++-easycurl
https://github.com/ticklemynausea/easycurl
c-plus-plus c-plus-plus-library libraries
Last synced: 17 days ago
JSON representation
c++-easycurl
- Host: GitHub
- URL: https://github.com/ticklemynausea/easycurl
- Owner: ticklemynausea
- Created: 2012-12-15T11:40:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T19:56:04.000Z (about 7 years ago)
- Last Synced: 2024-10-27T12:25:33.925Z (2 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