golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

How to fix [all] Error 127 ? #57

Closed TechComSpot closed 6 years ago

TechComSpot commented 6 years ago

Hi, @xlab

I did:

And got:

go-bindata -pkg main templates/ make: go-bindata: Command not found Makefile:2: recipe for target 'all' failed make: *** [all] Error 127

screenshot at 2018-06-21 09-44-22

Please, HELP!!

xlab commented 6 years ago

Install go-bindata https://github.com/jteeuwen/go-bindata go get github.com/jteeuwen/go-bindata

But this utility android-project is deprecated and should not be used, and make there is for developers only.

TechComSpot commented 6 years ago

@xlab the only one reason why I post bugs here is to run your golang examples for android on my linux machine but I can't do that how hard I try :(

android-project shouldn't be used for nobs like me, make is for developers that I really stucked with the issue what should I use to run any of your golang example for android.

Help, please.