Roblox / foreman

Toolchain manager for Roblox projects
MIT License
178 stars 26 forks source link

failed to compile `foreman v1.0.3`, intermediate artifacts can be found at #47

Closed lucasgmarzolla closed 2 years ago

lucasgmarzolla commented 2 years ago

I can't install foreman because cargo keeps giving this error image_2022-03-21_172956

OverHash commented 2 years ago

Support for compiling binaries is generally not given. The error message actually states the problem here in a very polite tone:

please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option

If you are just trying to install foreman, it is recommended you use the prebuilt binaries from the release (which would be foreman-1.0.3-win64.zip in your case)

oltrep commented 2 years ago

Thank you @OverHash, it is in fact simpler to use a prebuilt binary 🙂

lucasgmarzolla commented 2 years ago

Thanks you so much!