inovex / mqtt-stresser

Load testing tool to stress MQTT message broker
Apache License 2.0
256 stars 77 forks source link

Not able to install it in ubuntu . #8

Closed rishavpathania1995 closed 6 years ago

rishavpathania1995 commented 6 years ago

root@ip-172-31-22-25:~/mqtttester/mqtt-stresser# make GOOS=windows GOARCH=amd64 go build -o build/mqtt-stresser.exe /bin/sh: 1: go: not found Makefile:46: recipe for target 'build/mqtt-stresser-windows-amd64.zip' failed make: *** [build/mqtt-stresser-windows-amd64.zip] Error 127

invadersmustdie commented 6 years ago

/bin/sh: 1: go: not found <- looks like the build is unable to find the go binary. Can you please check your host system and verify that go is placed in $PATH

As this is not a bug. I'm closing this issue