eraserhd / rep

A single-shot nREPL client designed for shell invocation
Eclipse Public License 1.0
94 stars 8 forks source link

Compile with mingw on Windows. #12

Closed djhaskin987 closed 2 years ago

djhaskin987 commented 2 years ago

This PR allows rep to be compiled with mingw on Windows. I have printed help page, and successfully connected to a repl with the compiled result.

To compile, simply run:

mingw32-make.exe

from the root directory of the repository.

eraserhd commented 2 years ago

Thanks!