mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 16:04:29 +01:00
Updated Installation (markdown)
parent
b1e98d2944
commit
29e5bd6f60
@ -13,12 +13,6 @@ go get github.com/gopherjs/gopherjs
|
||||
go get github.com/gopherjs/gopherwasm/js
|
||||
```
|
||||
|
||||
If you don't want to recompile every time when you run your game, you can install them.
|
||||
|
||||
```sh
|
||||
go install github.com/hajimehoshi/ebiten/...
|
||||
```
|
||||
|
||||
# Modules (Go 1.11 and later)
|
||||
|
||||
As of Go 1.11, modules are introduced. You can work with Ebiten without GOPATH environment variable. If you want to use Ebiten with modules, execute these commands with Go 1.11:
|
||||
|
Loading…
Reference in New Issue
Block a user