mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Updated FAQ (markdown)
parent
74019cd851
commit
5f7359ca6a
10
FAQ.md
10
FAQ.md
@ -1,15 +1,5 @@
|
|||||||
# General
|
# General
|
||||||
|
|
||||||
## `go run` is too slow
|
|
||||||
|
|
||||||
You can install Ebiten library with the below command so that you can avoid compiling Ebiten each time when compiling your game.
|
|
||||||
|
|
||||||
```shell
|
|
||||||
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`?
|
## 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`.
|
With the build tag, `go get -u github.com/hajimehoshi/ebiten/...` doesn't install the example binaries in your `$GOPATH/bin`.
|
||||||
|
Loading…
Reference in New Issue
Block a user