influxdb-cxx
influxdb-cxx copied to clipboard
Help needed for building and deploying.
OS: Manjaro Linux Using GCC as well as MinGW-w64 (from AUR).
-
I want to build this library in a way that's statically linked to necessary components, so I can build this library as well as my project which uses it on my machine and deploy the resulted binaries directly on the target machine without having to build them there (as depending on the target machine's distribution and environment, building on the target machine may or may not be possible).
-
Is it possible to build this library against MinGW-w64, as currently my project targets Windows and Linux, and is built using g++ on both platforms. If possible, what else might be needed for building this library (it'd be even better if I can cross-compile from Linux as I also have the cross-compiler installed here).
I'm still new to some C++ aspects... so correct me if I'm wrong. :-)