-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The purpose of this ticket is to describe some user experience hurdles on windows for a first time user.
Preconditions: I had CMake 3.2 and Visual Studio 2013 installed.
- Download
bii-win_3_0.exe
- Install, select "Add to system's path" (less problems with continuous integration service; no idea why one would recommend current user...), uncheck "View ReadMe" (online docs are open anyway...)
- Press
Windows+R
, typecmd
, pressEnter
- Follow Getting Started
Problems:
bii setup:cpp
does not detect Visual Studiobii build
does not automatically fall back to NMake/Visual Studio if MinGW isn't installed
I suggest to use Visual C++ as default on Windows, as its part of the Windows SDK, which is "free" and superior to MinGW in many aspects (compatibility, 64bit, Microsoft language extensions, ...)
As for configuration: I think it'll be nice to have an interactive list to choose from, e.g.:
Choose one of the following generators:
1. NMake
2. Visual Studio 2013
3. Visual Studio 2015
4. Sublime Text
<If generator does not support multiple targets>
Choose one of the following targets:
1. Windows 32bit
2. Windows 64bit
3. Emscripten
4. Android
<IDE opens>
Thanks for making such a great tool. Keep up the good work! 👍
Metadata
Metadata
Assignees
Labels
No labels