Marsy CurlConnector
August 1, 2020 ยท View on GitHub
This repo contains implementation of IConnector for Marsy. This allows you to get data with Marsy without writting your own implementation. This implementation uses curlcpp, which is based on curl.
Usage
- Download files and put them along with Marsy library.
- Curlcpp is already included.
- You need to download curl for your operating system.
- In your project settings add path to curl include files
eg. curl-x.x.x-winXX-mingw\include(curlcpp expect curl files to be in foldercurl\file.h) and also add path to curl lib fileseg. curl-x.x.x-winXX-mingw\lib. - When you build your program curl may need other
.dllfiles alongside, likelibcurl.dllor files that belong to eg. OpenSSL. You can find them on curl download page for specific version.