I had installed cmake MinGW and Msys,
I use the command ' cmake -G "MinGW Makefiles" ' to generate makefiles,
then, I use the command 'make all' to compile the source,
but there are some errors caused fail.
who can tell me the correct way? thks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had installed cmake MinGW and Msys,
I use the command ' cmake -G "MinGW Makefiles" ' to generate makefiles,
then, I use the command 'make all' to compile the source,
but there are some errors caused fail.
who can tell me the correct way? thks