Updated Cross Compiling (markdown)

Hajime Hoshi 2018-02-01 00:31:47 +09:00
parent 810a9613c2
commit 2f9ff27692

@ -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-get install mingw-w64 sudo apt 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`)