Compiling MIT MEEP In Visual C++ 2013

316 views Asked by At

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?

0

There are 0 answers