truss icon indicating copy to clipboard operation
truss copied to clipboard

windows run error

Open Liangzx opened this issue 5 years ago • 2 comments

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%

Liangzx avatar May 30 '19 12:05 Liangzx

Seems like perhaps you don't have make installed?

zaquestion avatar Jun 22 '19 19:06 zaquestion

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

matthewhartstonge avatar Apr 15 '20 03:04 matthewhartstonge