First time - Installing the C++ Libraries on Windows

Dear Group, I know that ideally, I should be working on a UNIX or Linux system but I have been confined to a Windows system :-s and it’s complicated to get the libraries compiled so that I can use them within a c++ program. Is there anyone who in there kindness could provide some guidance on how to install these libraries onto a Windows system? My end goal is to be able to compile with the statement:

#include “mxnet-cpp/MxNetCpp.h”

With ease. I’m able to “cmake” the first part of the code with the opencv/Nvidia dependencies. It’s now being able to code with the various libraries.

With much gratitude in advance :slight_smile: