forked from yifanlu/VitaMTP
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
I apologize for the noob question.
I'm trying to compile this for Windows. Getting the necessary libraries to build in a Windows environment seems like a chore so I went the cross compile route. I have it to the point where ./configure and make succeed (or at least don't fail), but no Windows binaries are produced. I'm pretty much looking for a DLL output like is bundled with QCMA.
I'm using the following command for configure:
./configure CC="i686-w64-mingw32-gcc" CFLAGS="-I/usr/local/include" --build i686-pc-linux-gnu --host i386-w64-mingw32
Is there anything obvious I'm missing here? Or maybe you compile this for Windows differently and could point me in the right direction?
Thanks muchly.