I tried to build/run with visual studio and I get this error in a popup window:
"The code execution cannot proceed because libpng16d.dll was not found. Reinstalling the program may fix this problem."
I would prefer to do a release build but I do not see any instructions if I still want to do visual studio and when I try to do the command on the guide I get a error which says:
usage: meson [-h]
{setup,configure,dist,install,introspect,init,test,wrap,subprojects,rewrite,compile,devenv,env2mfile,help}
...
meson: error: unrecognized arguments: build-release-static
*This is the exact command im using*
meson setup -Dbuildtype=release -Dstatic=prebuilt -Dcpp_link_args=['-static','-static-libgcc','-static-libstdc++'] build-release-static