Skip to content

Commit 50d371f

Browse files
committed
README.md: Add installation note for those wishing to stay with latest stable version
Signed-off-by: Lilis Iskandar <[email protected]>
1 parent 566b724 commit 50d371f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ To get the bindings, type:
6262
or type this if you use Bash terminal:
6363
`go get -v github.com/veandco/go-sdl2/{sdl,mix,img,ttf}`
6464

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+
6567
__Note__: If you didn't use the previous commands or use 'go install', you will experience long
6668
compilation time because Go doesn't keep the built binaries unless you install them.
6769

0 commit comments

Comments
 (0)