You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ To get the bindings, type:
62
62
or type this if you use Bash terminal:
63
63
`go get -v github.com/veandco/go-sdl2/{sdl,mix,img,ttf}`
64
64
65
+
Due to `go-sdl2` being under active development, a lot of breaking changes are going to happen during v0.x. Therefore if you want to stay with the latest stable version, you should replace `github.com/veandco/go-sdl2` with `gopkg.in/veandco/go-sdl2.v0` so it will refer to the latest stable version e.g. `gopkg.in/veandco/go-sdl2.v0/sdl`.
66
+
65
67
__Note__: If you didn't use the previous commands or use 'go install', you will experience long
66
68
compilation time because Go doesn't keep the built binaries unless you install them.
0 commit comments