Replies: 2 comments
-
cmd/ps 默认走 vs , mingw64/msys2/git bash 下 默认走 mingw 平台。。 msvc 找不到,可以确认下 vs 有没有正常安装 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我刚刚试了下,可以xmake f -p mingw直接使用mingw编译(不想下vs),感谢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS C:\Users\Desktop\hello> xmake
checking for the architecture ... x64
checking for the Microsoft Visual Studio (x64) version ... no
please run:
- xmake config --vs=xxx [--vs_toolset=xxx]
or - xmake global --vs=xxx
XX@xxxxxxxx MINGW64 ~/Desktop/hello (master)
$ xmake
checking for the architecture ... x86_64
[ 50%]: compiling.release src\main.c
[ 75%]: linking.release hello.exe
[100%]: build ok!
Beta Was this translation helpful? Give feedback.
All reactions