36753d2a45
Tweak confusing "in x days" language
16020a5b30
Update jam page with motivational speech
Can we do Windows builds with clang?
Hm. Maybe I should just get CI working and sidestep the issue then.
Can we do Windows builds with clang?
Unfortunately, throwing clang-cl at it did not work. @MartinFouilleul, this is probably something you'll need to look at since I'm not actually that familiar with everything Orca is using.
Python detection is bad
This tool may help determine which versions of Python we support: https://github.com/netromdk/vermin
Need more MSVC prerequisite checks
Stuff to detect:
cl
is missingcl
is too old (older than 17.7)cl
running for wrong architecture (need x64)
Also:- update docs to indicate 17.7 requirements
- […
Check if the runtime is up to date on
dev install