[Question, Windows]: What is the bare minimum of Microsoft developer tools one needs to successfully native-compile a project with a tested (★★) library or framework? #9776
Unanswered
stdStudent
asked this question in
Q&A
Replies: 1 comment
-
P.S. By a "tested (★★) library" I'm referring to this: https://www.graalvm.org/native-image/libraries-and-frameworks/. |
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
-
Question
From the Getting Started page, there's a requirement to install
Visual Studio Build Tools
andWindows SDK
.The screenshot, provided on the page, outlines
MSVC C++ build tools
andWindows 10 SDK
.Some of my ramble
These dev tools alone require 5-10 GiB disk space for trying GraalVM native compiler. The requirement of Microsoft developer tools might be a dealbreaker for some people.
There are a few issues that suggest using a different toolchain for compiling on Windows:
And while LLVM seems to be supported since the 22.3 release, I couldn't find a guide on how to make it work (and it's not clear whether Windows SDK still needs to be installed). If you can direct me somewhere useful regarding this, please do.
Beta Was this translation helpful? Give feedback.
All reactions