StephanTLavavej / mingw-distro

MinGW distro build scripts.
494 stars 55 forks source link

Shell? #36

Closed JoeUX closed 7 years ago

JoeUX commented 7 years ago

Hi Stephan – Maybe a dumb question, but is there a shell included in your distro? I didn't see one.

StephanTLavavej commented 7 years ago

My distro intentionally consists of mingw-w64 only, with batch files for use through the Windows Command Prompt. If you want MSYS2's bash shell, you can install that separately. I use MSYS2 to bootstrap the distro (i.e. build GCC with itself), so I provide instructions in my README for getting MSYS2 set up without running an installer. Note that MSYS2 can install a build of mingw-w64; I have never used that.

JoeUX commented 7 years ago

Thanks. By the way, which exception handling system does the distro use? SJLJ or SEH?

StephanTLavavej commented 7 years ago

SEH.