03-04-2017, 02:21 AM
So, i'm trying to compile mGBA for Windows using cmake-3.8.0 and MinGW.
What I want to accomplish is create a .exe that can deployed like the one you download from this website.
So I launch cmake and I get all sorts of missing directories (among them qt5, pnglib, zlib...). So I uncheck so options and the thing finally compiles 100%.
The problem is a end up with a libmgba.a file. (1)What am I supposed to do with this library?
(2) If I properly link all the libraries, will I end up with a .exe instead of the libmgba.a file?
(3)Are any of those libraries optional?
Thank you.
What I want to accomplish is create a .exe that can deployed like the one you download from this website.
So I launch cmake and I get all sorts of missing directories (among them qt5, pnglib, zlib...). So I uncheck so options and the thing finally compiles 100%.
The problem is a end up with a libmgba.a file. (1)What am I supposed to do with this library?
(2) If I properly link all the libraries, will I end up with a .exe instead of the libmgba.a file?
(3)Are any of those libraries optional?
Thank you.