Vinatorul / Mageon

A roguelike game made at 7DRL 2016
MIT License
8 stars 0 forks source link

Windows instructions don't tell me enough #1

Open Naburimannu opened 8 years ago

Naburimannu commented 8 years ago

For example, there are three different Rust MSIs: 32b GNU, 64b GNU, and 64b MSVC ABIs. Which do I need? At ~100 MB each, downloading all three to figure it out is a bit much.

Is a MinGW install required on my machine (implied by the title)? If so, how do I install that?

Vinatorul commented 8 years ago

Thank you for question, I should probably update instruction. MSVC builds of Rust additionally require an installation of Visual Studio 2013 (or later). No additional software installation is necessary for the GNU build. x32 or x64 depends from your OS. If you are not sure - I recommend to install x32.