<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 28, 2016 at 2:45 PM, Brandon Allbery <span dir="ltr"><<a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>This turns out to be much easier if you assume that Windows and OS X are not worth supporting, or are happy with forcing users on those platforms to jump through annoying hoops (*especially* Windows; there are reasonable ways to get gtk on OS X, even though it doesn't come with the system, but Windows is still the Wild West as far as third party libraries are concerned --- Chocolatey notwithstanding). :/</div></div></div></div></blockquote><div><br></div><div>GTK on Windows is trivial at this point, with stack and LTS 7+. Try it yourself:</div><div><br></div><div>stack exec -- pacman -S mingw-w64-x86_64-gtk3</div><div>stack install gtk2hs-buildtools</div><div>stack install gtk3 --flag gtk3:build-demos</div><div>gtk2hs-demo-carsim</div><div><br></div><div>(I didn't start 100% clean but I don't *think* there are any other pacman packages required...)</div></div></div></div>