mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 03:02:49 +01:00
Updated Cross Compiling (markdown)
parent
6e14b92c7b
commit
55db169784
@ -1,4 +1,4 @@
|
||||
You may not have a Windows or Linux machine handy.
|
||||
You may not have a Windows machine handy.
|
||||
But thanks to xgo, it is possible to cross-compile games made with ebiten!
|
||||
|
||||
You will need xgo:
|
||||
@ -12,6 +12,3 @@ Make sure your ebiten game is in your GOPATH and run this to cross-compile your
|
||||
```xgo --targets=windows/* /path/to/ebiten/game/in/gopath```
|
||||
|
||||
NOTE: make sure you have a couple of GB's space as xgo will download what it needs to cross-compile the game.
|
||||
|
||||
To cross compile for linux, run:
|
||||
```xgo --targets=linux/* /path/to/ebiten/game/in/gopath```
|
Loading…
Reference in New Issue
Block a user