Closed
Description
Great project! I'm a Windows guy, so naturally I tried it on Windows in PowerShell. Works for me with go build -v -o wtf.exe
or go install -v
since I didn't have make
installed.
There are some areas that do need fixing, but I wanted to start a top level issue with some of what I see out of the box with a vanilla config:
- [] Bad Character Encoding in the box headers.
- [] Linux-specific tools used.
- []
Makefile
only works on Linux.
You can see some of the issues in the screenshot. If you can point me to where that code exists, I might be able to help make it work as intended on Windows.