We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置环境时输入 xmake build mandelbrot之后报错checking for Microsoft Visual Studio (x64) version ... no
Unknown Visual Studio version: 'nil' set in project. => install freeglut v3.4.0 .. failed
Unknown Visual Studio version: 'nil' set in project.
The text was updated successfully, but these errors were encountered:
xmake 在 Windows 上默认使用 msvc 编译,不过也可以切换到 mingw 平台使用 gcc 编译
xmake f -p mingw xmake
但 freeglut 包不支持 mingw 平台,所以只能用 msvc
Sorry, something went wrong.
非常感谢!
No branches or pull requests
配置环境时输入 xmake build mandelbrot之后报错checking for Microsoft Visual Studio (x64) version ... no
Unknown Visual Studio version: 'nil' set in project.
=> install freeglut v3.4.0 .. failed
Unknown Visual Studio version: 'nil' set in project.
The text was updated successfully, but these errors were encountered: