Windows Setup Process Questions Regarding Build Tools #1913
-
I myself nowadays do not have Visual Studio itself installed on my computer. This is the case for me, because Visual Studio takes up around 30 gigabytes in a fairly small installation, enough to use Lime and a few other development tools such as the .NET SDK. In place of it, I now have the Build Tools installed separately. At most, it takes around only 6 gigabytes, which is fine by me. I have the workloads and components installed that Lime mainly uses, and have tested building a medium-sized project with it, in particular this one - to which the result was the build functioning how it's supposed to in terms of the frontend solution that Lime uses and the actual program running well. However, issues arise when using
Inserting With this, I'm confused on why Lime does not allow the setup of the Windows platform with only the Build Tools, since that's what Lime requires and not an entire Visual Studio installation. Why is this the case? For information, I have installed the Build Tools in a separate partition, if that is necessary. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ah, my apologies for the discussion being opened. It seems that Lime always does this, according to |
Beta Was this translation helpful? Give feedback.
Yeah, you are not required to run
haxelib run lime setup windows
if you already have Visual Studio or the appropriate build tooling installed already. That command mainly exists to provide instructions that explain what you need to do if you're starting from scratch. The process does not include any kind of detection of a Visual Studio installation. It always displays the same instructions regardless of what's currently installed on your system.