I know that it's mentioned it may only work on Mac right now, but I'd really like to play around with this and I don't have a Mac.
This is the error I'm getting after running $ go get github.com/james4k/go-bgfx
# github.com/james4k/go-bgfx /usr/bin/ld: $WORK/github.com/james4k/go-bgfx/_obj/bgfx.cpp.o: undefined reference to symbol 'XFree' //usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status
Any help to build this in ubuntu would be appreciated.
I know that it's mentioned it may only work on Mac right now, but I'd really like to play around with this and I don't have a Mac.
This is the error I'm getting after running $ go get github.com/james4k/go-bgfx
# github.com/james4k/go-bgfx /usr/bin/ld: $WORK/github.com/james4k/go-bgfx/_obj/bgfx.cpp.o: undefined reference to symbol 'XFree' //usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit statusAny help to build this in ubuntu would be appreciated.