metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
736 stars 144 forks source link

windows run error #272

Open Liangzx opened 5 years ago

Liangzx commented 5 years ago

truss was not built using Makefile. Please run 'make' inside go import path github.com/metaverse/truss.

Do you want to automatically run 'make' and rerun command:

    $ truss _example/echo.proto

? [Y/n] y please install truss with make manually: could not run make in truss directory: exec: "make": executable file not found in %PATH%

zaquestion commented 5 years ago

Seems like perhaps you don't have make installed?

matthewhartstonge commented 4 years ago

@Liangzx you need to run ./wininstall.bat under cmd for truss to be built correctly under windows