C++ library for fetching and storing currency prices
To build, install vcpkg.
Then install cpprestsdk
and libmysql
by running vcpkg install cpprestsdk:x64-windows
and vcpkg install libmysql:x64-windows
on Windows or vcpkg install cpprestsdk
and vcpkg install libmysql
otherwise.
If the libmysql
installation fails, this patch may work.
Requires the Microsoft Visual Studio Installer Projects VS extension to build the installer and the MSVC redistributable package for VS 2019 to install onto a client.
See this page for documentation on building an installer file.