make fails if go-md2man not installed
Opened this issue · 1 comments
rcampbel3 commented
Hi,
Running 'make' results in:
go-md2man -in=documentation/moltengamepad.1.md -out=documentation/moltengamepad.1
make: go-md2man: Command not found
make: *** [Makefile:151: documentation/moltengamepad.1] Error 127
This isn't listed in the README and frankly, if it doesn't exist, I think 'make' should carry on.
Just an FYI. Thanks!
c704710 commented
Search the package manager on your system for go-md2man.
I encountered this as well. I installed go-md2man, then typed make
, hit enter, and it made moltengamepad.
On Debian/Ubuntu:
apt install go-md2man
If you don't want go-md2man on your system, you can always remove or purge it after making moltengamepad.