boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
vigilancetech 2019-02-18T15:08:27.010200Z

what would be the best way to install boot with msys2?

flyboarder 2019-02-18T19:13:38.010800Z

@vigilancetech why not use WSL?

vigilancetech 2019-02-18T19:15:57.011800Z

I just got started under msys2 cuz I knew how to set it up and didn't have time to embark on something new. When I get some downtime I'd definitely try to set up under WSL

vigilancetech 2019-02-18T19:17:52.013200Z

I was just wondering if anyone had any feedback on whether it would be better to try and set up boot under msys2 as one would under unix or under windows

flyboarder 2019-02-18T19:19:17.015200Z

Boot is cross platform but there have been problems on windows, that’s why I recommend WSL. Recent improvements to the Windows Subsystem Linux should let boot run just fine.

vigilancetech 2019-02-18T19:23:54.017400Z

isn't boot mostly a just a jar? Maybe it would just install under msys2 like it does under linux. I ran the boot.sh script but it didn't give me a 'boot' executable in the path.

flyboarder 2019-02-18T19:29:13.018300Z

Boot is not just a jar, it’s also a binary which consists of a script + shim

flyboarder 2019-02-18T19:30:47.019100Z

Although it may run under msys2, WSL is a real Linux environment

vigilancetech 2019-02-18T20:37:45.020100Z

So the Unix version probably won't run in msys2

flyboarder 2019-02-18T21:19:01.020500Z

may not run in msys2*