godotengine / build-containers

Godot engine build containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get msvc2017.tar

wangchyz opened this issue · comments

See #74 (comment) (on a Windows machine). You'll need to make sure you have build tools installed (prior to existence of Visual Studio Community). But I couldn't resolve build issues anyway (for some reason, SCons doesn't detect the compiler under wine).

The root of the msvc2017.tar should look like this:

Microsoft SDKs
Microsoft Visual Studio
Windows Kits

See #74 (comment) (on a Windows machine). You'll need to make sure you have build tools installed (prior to existence of Visual Studio Community). But I couldn't resolve build issues anyway (for some reason, SCons doesn't detect the compiler under wine).

Thank you,this stackoverflow link is very useful !