I'm new to xmake
, I've wrote a xmake.lua
but when I try to execute xmake
I receive the following issue:
checking for platform ... mingw
checking for architecture ... x86_64
checking for mingw directory ... no
please run:
- xmake config --mingw=xxx
or - xmake global --mingw=xxx
I tried to make the xmake config
command by specifying the path of the mingw exe but still the same error.