I know it's possible to do since I have seen some internet articles about it, but none specifically outline the process.
I would like to compile MIT MEEP to Visual C++ to use the libmeep libraries in a .NET CLR application. The source provided includes the associated build scripts for a GNU toolchain, but given that I am using Windows, these are unavailable. As well, it requires some dependencies such as blas, fftw, and optionally libctl and hdf5.
I'm not super experienced on this issue. How would I manually configure Visual Studio to build? What would be the specific process?