mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-19 06:20:16 +01:00
Updated FAQ (markdown)
parent
2d4ecc83e0
commit
78b37229f0
4
FAQ.md
4
FAQ.md
@ -10,6 +10,10 @@ go install github.com/hajimehoshi/ebiten/...
|
|||||||
|
|
||||||
As of Go 1.10, build cache system is changed and you might not need the above tips.
|
As of Go 1.10, build cache system is changed and you might not need the above tips.
|
||||||
|
|
||||||
|
## Why do the examples use the build tag `example`?
|
||||||
|
|
||||||
|
With the build tag, `go get -u github.com/hajimehoshi/ebiten/...` doesn't install the example binaries in your `$GOPATH/bin`.
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
|
|
||||||
## How to draw lines?
|
## How to draw lines?
|
||||||
|
Loading…
Reference in New Issue
Block a user