mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-07 08:24:26 +01:00
Updated Cross Compiling (markdown)
parent
f5c1afcde5
commit
810a9613c2
@ -9,7 +9,7 @@ go get golang.org/x/sys/windows
|
|||||||
Then you'll need the mingw compiler. For example, on Debian/Ubuntu, run this command:
|
Then you'll need the mingw compiler. For example, on Debian/Ubuntu, run this command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install mingw-w64
|
sudo apt-get install mingw-w64
|
||||||
```
|
```
|
||||||
|
|
||||||
_Note:_ If package cannot be found on ubuntu make sure you've added the multiverse repository (`sudo add-apt-repository multiverse`)
|
_Note:_ If package cannot be found on ubuntu make sure you've added the multiverse repository (`sudo add-apt-repository multiverse`)
|
||||||
|
Loading…
Reference in New Issue
Block a user