mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-15 12:30:08 +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.
|
||||
|
||||
## 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
|
||||
|
||||
## How to draw lines?
|
||||
|
Loading…
Reference in New Issue
Block a user