Thinkofname / steven-go

Go Minecraft Client
http://steven.thinkofdeath.uk/
Apache License 2.0
302 stars 26 forks source link

building: go get #34

Closed 7ERr0r closed 9 years ago

7ERr0r commented 9 years ago
$ go get github.com/thinkofdeath/steven/cmd/steven
# github.com/go-gl/glfw/v3.1/glfw
In file included from src/github.com/go-gl/glfw/v3.1/glfw/context.go:4:0:
glfw/include/GLFW/glfw3.h:153:21: fatal error: GL/gl.h: No such file or directory
   #include <GL/gl.h>
                     ^
compilation terminated.
# github.com/thinkofdeath/steven/protocol
src/github.com/thinkofdeath/steven/protocol/connection.go:200: undefined: zlib.Resetter
# github.com/thinkofdeath/gl/v3.2-core/gl
src/github.com/thinkofdeath/gl/v3.2-core/gl/procaddr.go:52:21: fatal error: GL/glx.h: No such file or directory
  #include <GL/glx.h>
                     ^
compilation terminated.

Shouldn't it work for the first time I get the repository? Did I do something wrong?

yawkat commented 9 years ago

You need a bunch of libraries like gl dev and zlib dev.

Also, could you please stop using this issue tracker for non-issues?

7ERr0r commented 9 years ago

Ok, so README.md needs to be updated...

7ERr0r commented 9 years ago

When I build it I'll spam with pull requests :)